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

What is Unicode character 𬲚?

The Unicode character 𬲚 U+2CC9A 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+2CC9A.

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!