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

What is Unicode character 𨎄?

The Unicode character 𨎄 U+28384 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+28384.

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!