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

What is Unicode character 𬦫?

The Unicode character 𬦫 U+2C9AB 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+2C9AB.

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!