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

What is Unicode character 𬗎?

The Unicode character 𬗎 U+2C5CE 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+2C5CE.

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!