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

What is Unicode character 𲊢?

The Unicode character 𲊢 U+322A2 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+322A2.

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!