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

What is Unicode character 𢎄?

The Unicode character 𢎄 U+22384 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22384.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!