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

What is Unicode character 𨟄?

The Unicode character 𨟄 U+287C4 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+287C4.

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!