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

What is Unicode character 𲌶?

The Unicode character 𲌶 U+32336 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+32336.

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!