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

What is Unicode character 𲉬?

The Unicode character 𲉬 U+3226C 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+3226C.

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!