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

What is Unicode character 𲃲?

The Unicode character 𲃲 U+320F2 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+320F2.

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!