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

What is Unicode character 𲊰?

The Unicode character 𲊰 U+322B0 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+322B0.

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!