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

What is Unicode character 𮢟?

The Unicode character 𮢟 U+2E89F 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+2E89F.

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!