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