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

What is Unicode character 𲃢?

The Unicode character 𲃢 U+320E2 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+320E2.

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!