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

What is Unicode character 𲎈?

The Unicode character 𲎈 U+32388 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+32388.

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!