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

What is Unicode character 𨟕?

The Unicode character 𨟕 U+287D5 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+287D5.

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!