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

What is Unicode character 𲌐?

The Unicode character 𲌐 U+32310 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+32310.

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!