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

What is Unicode character 𨹶?

The Unicode character 𨹶 U+28E76 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+28E76.

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!