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

What is Unicode character 𰵭?

The Unicode character 𰵭 U+30D6D 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+30D6D.

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!