Css Styling

Size
𪨓
15px
𪨓
18px
𪨓
21px
𪨓
24px
𪨓
27px
𪨓
30px
𪨓
33px
𪨓
36px
𪨓
42px
𪨓
48px
𪨓
54px
𪨓
60px
𪨓
66px
𪨓
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𪨓
Bold
𪨓
Italic
𪨓
Underline
𪨓
Strikethrough
𪨓
UpperCase
𪨓
LowerCase
𪨓
Oblique
A 𪨓
Subscript
A 𪨓
Superscript
𪨓
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𪨓
Arial
𪨓
Times New Roman
𪨓
Verdana
𪨓
Courier New
𪨓
Garamond
𪨓
Georgia
𪨓
Trebuchet MS
𪨓
Tahoma
𪨓
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𪨓
White
𪨓
Brown
𪨓
Maroon
𪨓
Magenta
𪨓
Red
𪨓
Orange
𪨓
Yellow
𪨓
Green
𪨓
Teal
𪨓
Cyan
𪨓
Blue
𪨓
Violet
𪨓
Purple
𪨓
Indigo
𪨓
Gray
𪨓
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𪨓
White
𪨓
Brown
𪨓
Maroon
𪨓
Magenta
𪨓
Red
𪨓
Orange
𪨓
Yellow
𪨓
Green
𪨓
Teal
𪨓
Cyan
𪨓
Blue
𪨓
Violet
𪨓
Purple
𪨓
Indigo
𪨓
Gray
𪨓
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#174611;</p>
📋
CSS .selector { content: '\2AA13' };
📋
JS var unicodeA = '\u2AA13 ';
📋
CPP char unicodeA = ' \u2AA13 ';
📋
Java char unicodeA = '\u2AA13';
📋
Python unicodeA = '\u2AA13'
📋

What is Unicode character 𪨓?

The Unicode character 𪨓 U+2AA13 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C block.

What does the Unicode character 𪨓 represent?

The Unicode character 𪨓 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𪨓?

The Unicode code point for 𪨓 is U+2AA13.

Is the appearance of the 𪨓 character consistent across all platforms?

The appearance of the 𪨓 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𪨓 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𪨓 character.

In which version was Unicode character 𪨓 released, and to which block of characters does it belong?

Unicode character 𪨓 was first introduced in Unicode Version 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!