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

What is Unicode character 𧡟?

The Unicode character 𧡟 U+2785F 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+2785F.

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!