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>&#174621;</p>
📋
CSS .selector { content: '\2AA1D' };
📋
JS var unicodeA = '\u2AA1D ';
📋
CPP char unicodeA = ' \u2AA1D ';
📋
Java char unicodeA = '\u2AA1D';
📋
Python unicodeA = '\u2AA1D'
📋

What is Unicode character 𪨝?

The Unicode character 𪨝 U+2AA1D 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+2AA1D.

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!