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

What is Unicode character 𨑬?

The Unicode character 𨑬 U+2846C 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+2846C.

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!