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

What is Unicode character 𮑬?

The Unicode character 𮑬 U+2E46C 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+2E46C.

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!