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

What is Unicode character 𲈕?

The Unicode character 𲈕 U+32215 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+32215.

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!