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

What is Unicode character 𮢝?

The Unicode character 𮢝 U+2E89D 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+2E89D.

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!