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

What is Unicode character 𰶃?

The Unicode character 𰶃 U+30D83 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+30D83.

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!