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

What is Unicode character 𬎕?

The Unicode character 𬎕 U+2C395 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+2C395.

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!