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

What is Unicode character 𬗔?

The Unicode character 𬗔 U+2C5D4 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+2C5D4.

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!