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

What is Unicode character 𨟈?

The Unicode character 𨟈 U+287C8 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+287C8.

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!