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

What is Unicode character 𭌍?

The Unicode character 𭌍 U+2D30D 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+2D30D.

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!