| Nome del simbolo | Hangul Syllable Ggyalp |
| Versione Unicode | 2.0 |
| Unicode | U+AE92 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \AE92 |
| Codice esadecimale | 0xAE92 |
| Codice HTML | 꺒 |
| LaTeX | \hangul{AE92} |
| Simbolo | 꺒 |
| Codifica URL (percentuale UTF-8) | %EA%BA%92 |
| Nome parlato / screen reader | Hangul Syllable Ggyalp |
| UTF-8 | EA BA 92 |
| UTF-16 | AE92 |
| UTF-32 | 0000AE92 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AE92}4\end{document}Puoi digitare il simbolo hangul syllable ggyalp sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 44690 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggyalp", or use Unicode Hex Input with AE92.
Ctrl + Shift + U, type ae92, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-ggyalp::before { content: "\AE92"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>꺒</span>La rappresentazione del simbolo Hangul Syllable Ggyalp nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uAE92' or String.fromCodePoint(44690) |
| Python | '\N{HANGUL SYLLABLE GGYALP}' or chr(44690) |
| Rust | '\u{AE92}' |
| C / C++ | UTF-8 source or wchar_t with U+AE92 |
| Go | string(rune(0xAE92)) |
| Ruby | "\u{AE92}" |