| Symboolnaam | Hangul Syllable Ddeul |
| Unicode-versie | 2.0 |
| Unicode | U+B730 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \B730 |
| Hexadecimale code | 0xB730 |
| HTML-code | 뜰 |
| LaTeX | \hangul{B730} |
| Symbool | 뜰 |
| URL-codering (UTF-8 procent) | %EB%9C%B0 |
| Uitgesproken naam / schermlezer | Hangul Syllable Ddeul |
| UTF-8 | EB 9C B0 |
| UTF-16 | B730 |
| UTF-32 | 0000B730 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B730}4\end{document}Je kunt het hangul syllable ddeul-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 46896 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ddeul", or use Unicode Hex Input with B730.
Ctrl + Shift + U, type b730, 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-ddeul::before { content: "\B730"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뜰</span>De weergave van het Hangul Syllable Ddeul-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uB730' or String.fromCodePoint(46896) |
| Python | '\N{HANGUL SYLLABLE DDEUL}' or chr(46896) |
| Rust | '\u{B730}' |
| C / C++ | UTF-8 source or wchar_t with U+B730 |
| Go | string(rune(0xB730)) |
| Ruby | "\u{B730}" |