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

What is Unicode character 𪡟?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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