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