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

What is Unicode character 𰃦?

The Unicode character 𰃦 U+300E6 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+300E6.

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!