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