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

What is Unicode character 𫟏?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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