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

What is Unicode character 𡑬?

The Unicode character 𡑬 U+2146C 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+2146C.

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!