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>&#204978;</p>
📋
CSS .selector { content: '\320B2' };
📋
JS var unicodeA = '\u320B2 ';
📋
CPP char unicodeA = ' \u320B2 ';
📋
Java char unicodeA = '\u320B2';
📋
Python unicodeA = '\u320B2'
📋

What is Unicode character 𲂲?

The Unicode character 𲂲 U+320B2 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+320B2.

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!