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

What is Unicode character 𬧦?

The Unicode character 𬧦 U+2C9E6 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+2C9E6.

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!