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

What is Unicode character 𨟋?

The Unicode character 𨟋 U+287CB 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+287CB.

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!