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

What is Unicode character 𫑬?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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