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

What is Unicode character 𨟜?

The Unicode character 𨟜 U+287DC 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+287DC.

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!