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>&#205326;</p>
📋
CSS .selector { content: '\3220E' };
📋
JS var unicodeA = '\u3220E ';
📋
CPP char unicodeA = ' \u3220E ';
📋
Java char unicodeA = '\u3220E';
📋
Python unicodeA = '\u3220E'
📋

What is Unicode character 𲈎?

The Unicode character 𲈎 U+3220E 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+3220E.

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!