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

What is Unicode character 𬦭?

The Unicode character 𬦭 U+2C9AD 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+2C9AD.

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!