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

What is Unicode character 𬓯?

The Unicode character 𬓯 U+2C4EF 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+2C4EF.

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!