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

What is Unicode character 𰶔?

The Unicode character 𰶔 U+30D94 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+30D94.

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!