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

What is Unicode character 𲈍?

The Unicode character 𲈍 U+3220D 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+3220D.

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!