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

What is Unicode character 𨷀?

The Unicode character 𨷀 U+28DC0 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+28DC0.

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!