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

What is Unicode character 𧑬?

The Unicode character 𧑬 U+2746C 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+2746C.

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!