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

What is Unicode character 𨗍?

The Unicode character 𨗍 U+285CD 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+285CD.

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!