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

What is Unicode character 𪟁?

The Unicode character 𪟁 U+2A7C1 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+2A7C1.

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!