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

What is Unicode character 𨬌?

The Unicode character 𨬌 U+28B0C 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+28B0C.

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!