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

What is Unicode character 𨟇?

The Unicode character 𨟇 U+287C7 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+287C7.

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!