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

What is Unicode character 𨶧?

The Unicode character 𨶧 U+28DA7 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+28DA7.

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!