| Symbolname | Square Rad Over S Squared |
| Unicode-Version | 1.1 |
| Unicode | U+33AF |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code |
| UTF-8 | E3 8E AF |
| UTF-16 | 33AF |
| UTF-32 | 000033AF |
1\documentclass{article}2\usepackage{pifont}3\text{RADOVERSSQUARED}4\end{document}Sie können das Symbol square rad over s squared auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 13231 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "square rad over s squared", or use Unicode Hex Input with 33AF.
Ctrl + Shift + U, type 33af, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with unit symbol support.
1span.square-rad-over-s-squared::before { content: "\33AF"; }1<span>㎯</span>Die Darstellung des Symbols Square Rad Over S Squared in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u33AF' or String.fromCodePoint(0x33AF) |
| Python | '\N{SQUARE RAD OVER S SQUARED}' or chr(13231) |
| Rust | '\u{33AF}' |
| C / C++ | UTF-8 source or wchar_t with U+33AF |
| Go | string(rune(0x33AF)) |
| Ruby | "\u33AF" |
\33AF |
| Hexadezimalcode | 0x33AF |
| HTML-Code | ㎯ |
| LaTeX | \text{RADOVERSSQUARED} |
| Symbol | ㎯ |
| URL-Kodierung (UTF-8-Prozent) | %E3%8E%AF |
| Ansagename (Screenreader) | Square Rad Over S Squared |