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

What is Unicode character 𰛎?

The Unicode character 𰛎 U+306CE 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+306CE.

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!