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

What is Unicode character 𬟏?

The Unicode character 𬟏 U+2C7CF is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C7CF.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!