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

What is Unicode character 𨎂?

The Unicode character 𨎂 U+28382 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+28382.

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!