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