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

What is Unicode character 𮓬?

The Unicode character 𮓬 U+2E4EC is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2E4EC.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!