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

What is Unicode character 𨿨?

The Unicode character 𨿨 U+28FE8 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+28FE8.

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!