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

What is Unicode character 𲎄?

The Unicode character 𲎄 U+32384 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+32384.

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!