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

What is Unicode character 𰶏?

The Unicode character 𰶏 U+30D8F 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+30D8F.

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!