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

What is Unicode character 𭡟?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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