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

What is Unicode character 𨞬?

The Unicode character 𨞬 U+287AC 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+287AC.

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!