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

What is Unicode character 𨬇?

The Unicode character 𨬇 U+28B07 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+28B07.

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!