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

What is Unicode character 𨑨?

The Unicode character 𨑨 U+28468 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+28468.

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!