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>&#178271;</p>
📋
CSS .selector { content: '\2B85F' };
📋
JS var unicodeA = '\u2B85F ';
📋
CPP char unicodeA = ' \u2B85F ';
📋
Java char unicodeA = '\u2B85F';
📋
Python unicodeA = '\u2B85F'
📋

What is Unicode character 𫡟?

The Unicode character 𫡟 U+2B85F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2B85F.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!