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

What is Unicode character 𨷦?

The Unicode character 𨷦 U+28DE6 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+28DE6.

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!