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

What is Unicode character 𮓨?

The Unicode character 𮓨 U+2E4E8 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+2E4E8.

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!