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

What is Unicode character 𨴨?

The Unicode character 𨴨 U+28D28 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+28D28.

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!