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

What is Unicode character 𪟏?

The Unicode character 𪟏 U+2A7CF 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+2A7CF.

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!