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

What is Unicode character 𡑨?

The Unicode character 𡑨 U+21468 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+21468.

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!