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