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