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

What is Unicode character 𬦊?

The Unicode character 𬦊 U+2C98A 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+2C98A.

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!