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