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

What is Unicode character 𬓾?

The Unicode character 𬓾 U+2C4FE 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+2C4FE.

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!