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

What is Unicode character 𭓎?

The Unicode character 𭓎 U+2D4CE 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+2D4CE.

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!