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

What is Unicode character 𪑬?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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