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

What is Unicode character 𲎓?

The Unicode character 𲎓 U+32393 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+32393.

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!