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

What is Unicode character 𰶈?

The Unicode character 𰶈 U+30D88 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+30D88.

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!