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

What is Unicode character 𭡝?

The Unicode character 𭡝 U+2D85D 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+2D85D.

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!