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

What is Unicode character 𪃕?

The Unicode character 𪃕 U+2A0D5 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2A0D5.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!