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

What is Unicode character 𰹧?

The Unicode character 𰹧 U+30E67 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+30E67.

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!