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>&#156780;</p>
📋
CSS .selector { content: '\2646C' };
📋
JS var unicodeA = '\u2646C ';
📋
CPP char unicodeA = ' \u2646C ';
📋
Java char unicodeA = '\u2646C';
📋
Python unicodeA = '\u2646C'
📋

What is Unicode character 𦑬?

The Unicode character 𦑬 U+2646C 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+2646C.

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!