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

What is Unicode character 𲈃?

The Unicode character 𲈃 U+32203 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+32203.

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!