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

What is Unicode character 𪟲?

The Unicode character 𪟲 U+2A7F2 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+2A7F2.

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!