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

What is Unicode character 𰛦?

The Unicode character 𰛦 U+306E6 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+306E6.

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!