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

What is Unicode character 𲆕?

The Unicode character 𲆕 U+32195 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+32195.

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!