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

What is Unicode character 𨷨?

The Unicode character 𨷨 U+28DE8 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+28DE8.

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!