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

What is Unicode character 𬧣?

The Unicode character 𬧣 U+2C9E3 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+2C9E3.

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!