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

What is Unicode character 𬣾?

The Unicode character 𬣾 U+2C8FE 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+2C8FE.

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!