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

What is Unicode character 𬗦?

The Unicode character 𬗦 U+2C5E6 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+2C5E6.

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!