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

What is Unicode character 𲎉?

The Unicode character 𲎉 U+32389 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+32389.

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!