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>&#205356;</p>
📋
CSS .selector { content: '\3222C' };
📋
JS var unicodeA = '\u3222C ';
📋
CPP char unicodeA = ' \u3222C ';
📋
Java char unicodeA = '\u3222C';
📋
Python unicodeA = '\u3222C'
📋

What is Unicode character 𲈬?

The Unicode character 𲈬 U+3222C 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+3222C.

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!