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>&#165599;</p>
📋
CSS .selector { content: '\286DF' };
📋
JS var unicodeA = '\u286DF ';
📋
CPP char unicodeA = ' \u286DF ';
📋
Java char unicodeA = '\u286DF';
📋
Python unicodeA = '\u286DF'
📋

What is Unicode character 𨛟?

The Unicode character 𨛟 U+286DF 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+286DF.

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!