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

What is Unicode character 𬧎?

The Unicode character 𬧎 U+2C9CE 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+2C9CE.

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!