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

What is Unicode character 𲎘?

The Unicode character 𲎘 U+32398 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+32398.

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!