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

What is Unicode character 𨬈?

The Unicode character 𨬈 U+28B08 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+28B08.

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!