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

What is Unicode character 𰶨?

The Unicode character 𰶨 U+30DA8 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+30DA8.

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!