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

What is Unicode character 𰵻?

The Unicode character 𰵻 U+30D7B 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+30D7B.

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!