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

What is Unicode character 𬟯?

The Unicode character 𬟯 U+2C7EF 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+2C7EF.

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!