copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('º'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
º
MASCULINE ORDINAL INDICATOR
Overview
º (MASCULINE ORDINAL INDICATOR) is the Unicode character at code point U+00BA. It belongs to the Latin-1 Supplement block, in the Other Letter (Lo) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00BA | |
| decimal | 186 | |
| htmldecimal | º | |
| htmlhex | º | |
| css | \00BA | |
| javascript | \u{BA} | |
| python | \u00ba | |
| java | \u00BA | |
| go | \u00BA | |
| ruby | \u{BA} | |
| rust | \u{BA} | |
| ccpp | \u00ba | |
| urlencoded | %C2%BA | |
| utf8bytes | c2 ba | |
| utf16bebytes | 00 ba | |
| utf32bebytes | 00 00 00 ba |
How to Use
HTML:
º
CSS:
content: "\00BA"
JavaScript:
"\u{BA}"
Python:
"\u00ba"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <super> 006F
Frequently Asked Questions
What is the º character (MASCULINE ORDINAL INDICATOR)?
º (MASCULINE ORDINAL INDICATOR) is the Unicode character U+00BA.
What is the Unicode codepoint of MASCULINE ORDINAL INDICATOR?
The MASCULINE ORDINAL INDICATOR character (º) has codepoint U+00BA.
How do I type or copy MASCULINE ORDINAL INDICATOR?
Copy º directly, or use the HTML entity, UTF-8, and code encodings shown on this page.