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

What is Unicode character 𪟡?

The Unicode character 𪟡 U+2A7E1 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+2A7E1.

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!