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

What is Unicode character 𰹨?

The Unicode character 𰹨 U+30E68 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+30E68.

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!