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