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

What is Unicode character 𬗬?

The Unicode character 𬗬 U+2C5EC 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+2C5EC.

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!