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

What is Unicode character 𨭺?

The Unicode character 𨭺 U+28B7A 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+28B7A.

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!