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>&#196844;</p>
📋
CSS .selector { content: '\300EC' };
📋
JS var unicodeA = '\u300EC ';
📋
CPP char unicodeA = ' \u300EC ';
📋
Java char unicodeA = '\u300EC';
📋
Python unicodeA = '\u300EC'
📋

What is Unicode character 𰃬?

The Unicode character 𰃬 U+300EC 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+300EC.

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!