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

What is Unicode character 𬦎?

The Unicode character 𬦎 U+2C98E 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+2C98E.

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!