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