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

What is Unicode character 𮢍?

The Unicode character 𮢍 U+2E88D 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+2E88D.

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!