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