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

What is Unicode character 𲊺?

The Unicode character 𲊺 U+322BA 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+322BA.

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!