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

What is Unicode character 𰵈?

The Unicode character 𰵈 U+30D48 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+30D48.

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!