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

What is Unicode character 𬦛?

The Unicode character 𬦛 U+2C99B 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+2C99B.

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!