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

What is Unicode character 𨟎?

The Unicode character 𨟎 U+287CE 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+287CE.

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!