| 記号名 | Hangul Syllable Teugg |
| Unicodeバージョン | 2.0 |
| Unicode | U+D2BA |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \D2BA |
| 16進コード | 0xD2BA |
| HTMLコード | 튺 |
| LaTeX | \hangul{D2BA} |
| 記号 | 튺 |
| URLエンコード(UTF-8パーセント) | %ED%8A%BA |
| 読み上げ名 / スクリーンリーダー | Hangul Syllable Teugg |
| UTF-8 | ED 8A BA |
| UTF-16 | D2BA |
| UTF-32 | 0000D2BA |
1\documentclass{article}2\usepackage{pifont}3\hangul{D2BA}4\end{document}以下の方法でほとんどの最新デバイスでhangul syllable teugg記号を入力できます:
Alt + 53946 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable teugg", or use Unicode Hex Input with D2BA.
Ctrl + Shift + U, type d2ba, 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-teugg::before { content: "\D2BA"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>튺</span>各プログラミング言語におけるHangul Syllable Teugg記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uD2BA' or String.fromCodePoint(53946) |
| Python | '\N{HANGUL SYLLABLE TEUGG}' or chr(53946) |
| Rust | '\u{D2BA}' |
| C / C++ | UTF-8 source or wchar_t with U+D2BA |
| Go | string(rune(0xD2BA)) |
| Ruby | "\u{D2BA}" |