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

What is Unicode character 𨛝?

The Unicode character 𨛝 U+286DD 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+286DD.

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!