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

What is Unicode character 𭓬?

The Unicode character 𭓬 U+2D4EC 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+2D4EC.

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!