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

What is Unicode character 𨬨?

The Unicode character 𨬨 U+28B28 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+28B28.

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!