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

What is Unicode character 𬙝?

The Unicode character 𬙝 U+2C65D 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+2C65D.

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!