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

What is Unicode character 𨟤?

The Unicode character 𨟤 U+287E4 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+287E4.

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!