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