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

What is Unicode character 𬦟?

The Unicode character 𬦟 U+2C99F 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+2C99F.

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!