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

What is Unicode character 𬦵?

The Unicode character 𬦵 U+2C9B5 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+2C9B5.

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!