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