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