| 記号名 | Latin Small Letter Script R With Ring |
| Unicodeバージョン | 7.0 |
| Unicode | U+AB4C |
| Unicodeブロック | |
| 一般カテゴリ | Lowercase Letter (Ll) |
| CSSコード |
| UTF-8 | EA AD 8C |
| UTF-16 | AB4C |
| UTF-32 | 0000AB4C |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERSCRIPTRWITHRING}4\end{document}以下の方法でほとんどの最新デバイスでlatin small letter script r with ring記号を入力できます:
Alt + 43852 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter script r with ring", or use Unicode Hex Input with AB4C.
Ctrl + Shift + U, type ab4c, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-small-letter-script-r-with-ring::before { content: "\AB4C"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꭌ</span>各プログラミング言語におけるLatin Small Letter Script R With Ring記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uAB4C' or String.fromCodePoint(43852) |
| Python | '\N{LATIN SMALL LETTER SCRIPT R WITH RING}' or chr(43852) |
| Rust | '\u{AB4C}' |
| C / C++ | UTF-8 source or wchar_t with U+AB4C |
| Go | string(rune(0xAB4C)) |
| Ruby | "\u{AB4C}" |
\AB4C |
| 16進コード | 0xAB4C |
| HTMLコード | ꭌ |
| LaTeX | \text{LATINSMALLLETTERSCRIPTRWITHRING} |
| 記号 | ꭌ |
| URLエンコード(UTF-8パーセント) | %EA%AD%8C |
| 読み上げ名 / スクリーンリーダー | Latin Small Letter Script R With Ring |