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

What is Unicode character 𨗝?

The Unicode character 𨗝 U+285DD 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+285DD.

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!