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

What is Unicode character 𭌟?

The Unicode character 𭌟 U+2D31F 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+2D31F.

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!