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

What is Unicode character 𬗆?

The Unicode character 𬗆 U+2C5C6 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+2C5C6.

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!