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

What is Unicode character 𰛬?

The Unicode character 𰛬 U+306EC 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+306EC.

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!