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

What is Unicode character 𨶨?

The Unicode character 𨶨 U+28DA8 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+28DA8.

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!