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

What is Unicode character 𰑬?

The Unicode character 𰑬 U+3046C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+3046C.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!