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

What is Unicode character 𭘟?

The Unicode character 𭘟 U+2D61F 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+2D61F.

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!