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

What is Unicode character 𲊼?

The Unicode character 𲊼 U+322BC 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+322BC.

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!