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

What is Unicode character 𭓍?

The Unicode character 𭓍 U+2D4CD 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+2D4CD.

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!