| Symbol Name | Hangul Syllable Gwaegs |
| Unicode Version | 2.0 |
| Unicode | U+AD1B |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \AD1B |
| Hex Code | 0xAD1B |
| HTML Code | 괛 |
| LaTeX | \hangul{AD1B} |
| Symbol | 괛 |
| URL encode (UTF-8 percent) | %EA%B4%9B |
| Spoken / screen reader name | Hangul Syllable Gwaegs |
| UTF-8 | EA B4 9B |
| UTF-16 | AD1B |
| UTF-32 | 0000AD1B |
1\documentclass{article}2\usepackage{pifont}3\hangul{AD1B}4\end{document}You can type the hangul syllable gwaegs symbol on most modern devices with the help of following methods:
Alt + 44315 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gwaegs", or use Unicode Hex Input with AD1B.
Ctrl + Shift + U, type ad1b, 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-gwaegs::before { content: "\AD1B"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>괛</span>Hangul Syllable Gwaegs symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uAD1B' or String.fromCodePoint(44315) |
| Python | '\N{HANGUL SYLLABLE GWAEGS}' or chr(44315) |
| Rust | '\u{AD1B}' |
| C / C++ | UTF-8 source or wchar_t with U+AD1B |
| Go | string(rune(0xAD1B)) |
| Ruby | "\u{AD1B}" |