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

What is Unicode character 𨟚?

The Unicode character 𨟚 U+287DA 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+287DA.

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!