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

What is Unicode character 𨷰?

The Unicode character 𨷰 U+28DF0 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+28DF0.

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!