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

What is Unicode character 𢑬?

The Unicode character 𢑬 U+2246C 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+2246C.

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!