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

What is Unicode character 𲎙?

The Unicode character 𲎙 U+32399 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+32399.

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!