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

What is Unicode character 𬆕?

The Unicode character 𬆕 U+2C195 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+2C195.

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!