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