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

What is Unicode character 𬣯?

The Unicode character 𬣯 U+2C8EF 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+2C8EF.

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!