| Nome del simbolo | Hangul Syllable Ggoeng |
| Versione Unicode | 2.0 |
| Unicode | U+AF9B |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \AF9B |
| Codice esadecimale | 0xAF9B |
| Codice HTML | 꾛 |
| LaTeX | \hangul{AF9B} |
| Simbolo | 꾛 |
| Codifica URL (percentuale UTF-8) | %EA%BE%9B |
| Nome parlato / screen reader | Hangul Syllable Ggoeng |
| UTF-8 | EA BE 9B |
| UTF-16 | AF9B |
| UTF-32 | 0000AF9B |
1\documentclass{article}2\usepackage{pifont}3\hangul{AF9B}4\end{document}Puoi digitare il simbolo hangul syllable ggoeng sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 44955 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggoeng", or use Unicode Hex Input with AF9B.
Ctrl + Shift + U, type af9b, 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-ggoeng::before { content: "\AF9B"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>꾛</span>La rappresentazione del simbolo Hangul Syllable Ggoeng nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uAF9B' or String.fromCodePoint(44955) |
| Python | '\N{HANGUL SYLLABLE GGOENG}' or chr(44955) |
| Rust | '\u{AF9B}' |
| C / C++ | UTF-8 source or wchar_t with U+AF9B |
| Go | string(rune(0xAF9B)) |
| Ruby | "\u{AF9B}" |