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

What is Unicode character 𨟀?

The Unicode character 𨟀 U+287C0 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+287C0.

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!