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

What is Unicode character 𬦝?

The Unicode character 𬦝 U+2C99D 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+2C99D.

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!