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>&#165332;</p>
📋
CSS .selector { content: '\285D4' };
📋
JS var unicodeA = '\u285D4 ';
📋
CPP char unicodeA = ' \u285D4 ';
📋
Java char unicodeA = '\u285D4';
📋
Python unicodeA = '\u285D4'
📋

What is Unicode character 𨗔?

The Unicode character 𨗔 U+285D4 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+285D4.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!