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

What is Unicode character 𰵬?

The Unicode character 𰵬 U+30D6C 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+30D6C.

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!