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' : ''">
ª
FEMININE ORDINAL INDICATOR
Overview
ª (FEMININE ORDINAL INDICATOR) is the Unicode character at code point U+00AA. 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+00AA | |
| decimal | 170 | |
| htmldecimal | ª | |
| htmlhex | ª | |
| css | \00AA | |
| javascript | \u{AA} | |
| python | \u00aa | |
| java | \u00AA | |
| go | \u00AA | |
| ruby | \u{AA} | |
| rust | \u{AA} | |
| ccpp | \u00aa | |
| urlencoded | %C2%AA | |
| utf8bytes | c2 aa | |
| utf16bebytes | 00 aa | |
| utf32bebytes | 00 00 00 aa |
How to Use
HTML:
ª
CSS:
content: "\00AA"
JavaScript:
"\u{AA}"
Python:
"\u00aa"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <super> 0061
Frequently Asked Questions
What is the ª character (FEMININE ORDINAL INDICATOR)?
ª (FEMININE ORDINAL INDICATOR) is the Unicode character U+00AA.
What is the Unicode codepoint of FEMININE ORDINAL INDICATOR?
The FEMININE ORDINAL INDICATOR character (ª) has codepoint U+00AA.
How do I type or copy FEMININE ORDINAL INDICATOR?
Copy ª directly, or use the HTML entity, UTF-8, and code encodings shown on this page.