| 記号名 | Latin Small Letter Turned R With Middle Tilde |
| Unicodeバージョン | 13.0 |
| Unicode | U+AB68 |
| Unicodeブロック | |
| 一般カテゴリ | Lowercase Letter (Ll) |
| CSSコード |
| UTF-8 | EA AD A8 |
| UTF-16 | AB68 |
| UTF-32 | 0000AB68 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERTURNEDRWITHMIDDLETILDE}4\end{document}以下の方法でほとんどの最新デバイスでlatin small letter turned r with middle tilde記号を入力できます:
Alt + 43880 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter turned r with middle tilde", or use Unicode Hex Input with AB68.
Ctrl + Shift + U, type ab68, 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-turned-r-with-middle-tilde::before { content: "\AB68"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꭨ</span>各プログラミング言語におけるLatin Small Letter Turned R With Middle Tilde記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uAB68' or String.fromCodePoint(43880) |
| Python | '\N{LATIN SMALL LETTER TURNED R WITH MIDDLE TILDE}' or chr(43880) |
| Rust | '\u{AB68}' |
| C / C++ | UTF-8 source or wchar_t with U+AB68 |
| Go | string(rune(0xAB68)) |
| Ruby | "\u{AB68}" |
\AB68 |
| 16進コード | 0xAB68 |
| HTMLコード | ꭨ |
| LaTeX | \text{LATINSMALLLETTERTURNEDRWITHMIDDLETILDE} |
| 記号 | ꭨ |
| URLエンコード(UTF-8パーセント) | %EA%AD%A8 |
| 読み上げ名 / スクリーンリーダー | Latin Small Letter Turned R With Middle Tilde |