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

What is Unicode character 𬟿?

The Unicode character 𬟿 U+2C7FF 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+2C7FF.

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!