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

What is Unicode character 𭓕?

The Unicode character 𭓕 U+2D4D5 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+2D4D5.

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!