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

What is Unicode character 𰹯?

The Unicode character 𰹯 U+30E6F 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+30E6F.

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!