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

What is Unicode character 𨡨?

The Unicode character 𨡨 U+28868 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+28868.

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!