| Symbolname | Latin Capital Letter T With Diagonal Stroke |
| Unicode-Version | 4.1 |
| Unicode | U+023E |
| Unicode-Block | |
| Allgemeine Kategorie | Uppercase Letter (Lu) |
| UTF-8 | C8 BE |
| UTF-16 | 023E |
| UTF-32 | 0000023E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERTWITHDIAGONALSTROKE}4\end{document}Sie können das Symbol latin capital letter t with diagonal stroke auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 574 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter t with diagonal stroke", or use Unicode Hex Input with 023E.
Ctrl + Shift + U, type 023e, 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-capital-letter-t-with-diagonal-stroke::before { content: "\023E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ⱦ</span>Die Darstellung des Symbols Latin Capital Letter T With Diagonal Stroke in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u023E' or String.fromCodePoint(574) |
| Python | '\N{LATIN CAPITAL LETTER T WITH DIAGONAL STROKE}' or chr(574) |
| Rust | '\u{023E}' |
| C / C++ | UTF-8 source or wchar_t with U+023E |
| Go | string(rune(0x023E)) |
| Ruby | "\u{023E}" |
| CSS-Code |
\023E |
| Hexadezimalcode | 0x023E |
| HTML-Code | Ⱦ |
| LaTeX | \text{LATINCAPITALLETTERTWITHDIAGONALSTROKE} |
| Symbol | Ⱦ |
| URL-Kodierung (UTF-8-Prozent) | %C8%BE |
| Ansagename (Screenreader) | Latin Capital Letter T With Diagonal Stroke |