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

What is Unicode character 𬦚?

The Unicode character 𬦚 U+2C99A 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+2C99A.

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!