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

What is Unicode character 𬙚?

The Unicode character 𬙚 U+2C65A 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+2C65A.

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!