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>&#161885;</p>
📋
CSS .selector { content: '\2785D' };
📋
JS var unicodeA = '\u2785D ';
📋
CPP char unicodeA = ' \u2785D ';
📋
Java char unicodeA = '\u2785D';
📋
Python unicodeA = '\u2785D'
📋

What is Unicode character 𧡝?

The Unicode character 𧡝 U+2785D 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+2785D.

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!