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

What is Unicode character 𨟘?

The Unicode character 𨟘 U+287D8 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+287D8.

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!