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

What is Unicode character 𬓖?

The Unicode character 𬓖 U+2C4D6 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+2C4D6.

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!