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