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

What is Unicode character 𪃲?

The Unicode character 𪃲 U+2A0F2 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+2A0F2.

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!