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

What is Unicode character 𨎀?

The Unicode character 𨎀 U+28380 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+28380.

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!