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

What is Unicode character 𬓕?

The Unicode character 𬓕 U+2C4D5 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C4D5.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!