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

What is Unicode character 𣑨?

The Unicode character 𣑨 U+23468 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+23468.

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!