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

What is Unicode character 𫦍?

The Unicode character 𫦍 U+2B98D 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+2B98D.

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!