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

What is Unicode character 𬎅?

The Unicode character 𬎅 U+2C385 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+2C385.

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!