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