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

What is Unicode character 𬦯?

The Unicode character 𬦯 U+2C9AF 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+2C9AF.

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!