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

What is Unicode character 𨗟?

The Unicode character 𨗟 U+285DF 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+285DF.

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!