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

What is Unicode character 𲊡?

The Unicode character 𲊡 U+322A1 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+322A1.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!