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

What is Unicode character 𮦍?

The Unicode character 𮦍 U+2E98D 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+2E98D.

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!