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

What is Unicode character 𰏬?

The Unicode character 𰏬 U+303EC 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+303EC.

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!