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

What is Unicode character 𨵺?

The Unicode character 𨵺 U+28D7A 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+28D7A.

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!