| Symbol Name | Square Rad Over S |
| Unicode Version | 1.1 |
| Unicode | U+33AE |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \33AE |
| Hex Code | 0x33AE |
| HTML Code | ㎮ |
| LaTeX | \text{RADOVERS} |
| Symbol | ㎮ |
| URL encode (UTF-8 percent) | %E3%8E%AE |
| Spoken / screen reader name | Square Rad Over S |
| UTF-8 | E3 8E AE |
| UTF-16 | 33AE |
| UTF-32 | 000033AE |
1\documentclass{article}2\usepackage{pifont}3\text{RADOVERS}4\end{document}You can type the square rad over s symbol on most modern devices with the help of following methods:
Alt + 13230 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "square rad over s", or use Unicode Hex Input with 33AE.
Ctrl + Shift + U, type 33ae, 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::before { content: "\33AE"; }1<span>㎮</span>Square Rad Over S symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u33AE' or String.fromCodePoint(0x33AE) |
| Python | '\N{SQUARE RAD OVER S}' or chr(13230) |
| Rust | '\u{33AE}' |
| C / C++ | UTF-8 source or wchar_t with U+33AE |
| Go | string(rune(0x33AE)) |
| Ruby | "\u33AE" |