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

What is Unicode character 𬦘?

The Unicode character 𬦘 U+2C998 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+2C998.

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!