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

What is Unicode character 𨹪?

The Unicode character 𨹪 U+28E6A 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+28E6A.

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!