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

What is Unicode character 𨮌?

The Unicode character 𨮌 U+28B8C 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+28B8C.

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!