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

What is Unicode character 𨟝?

The Unicode character 𨟝 U+287DD 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+287DD.

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!