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>&#200300;</p>
📋
CSS .selector { content: '\30E6C' };
📋
JS var unicodeA = '\u30E6C ';
📋
CPP char unicodeA = ' \u30E6C ';
📋
Java char unicodeA = '\u30E6C';
📋
Python unicodeA = '\u30E6C'
📋

What is Unicode character 𰹬?

The Unicode character 𰹬 U+30E6C 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+30E6C.

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!