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

What is Unicode character 𬦞?

The Unicode character 𬦞 U+2C99E 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+2C99E.

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!