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