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

What is Unicode character 𦑨?

The Unicode character 𦑨 U+26468 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+26468.

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!