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

What is Unicode character 𲎐?

The Unicode character 𲎐 U+32390 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+32390.

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!