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

What is Unicode character 𲌵?

The Unicode character 𲌵 U+32335 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+32335.

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!