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

What is Unicode character 𰷨?

The Unicode character 𰷨 U+30DE8 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+30DE8.

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!