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

What is Unicode character 𨮍?

The Unicode character 𨮍 U+28B8D 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+28B8D.

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!