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

What is Unicode character 𪃓?

The Unicode character 𪃓 U+2A0D3 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+2A0D3.

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!