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

What is Unicode character 𬦜?

The Unicode character 𬦜 U+2C99C 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+2C99C.

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!