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

What is Unicode character 𰷧?

The Unicode character 𰷧 U+30DE7 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+30DE7.

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!