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