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

What is Unicode character 𭌝?

The Unicode character 𭌝 U+2D31D 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+2D31D.

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!