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

What is Unicode character 𧑨?

The Unicode character 𧑨 U+27468 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+27468.

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!