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

What is Unicode character 𫦎?

The Unicode character 𫦎 U+2B98E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2B98E.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!