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

What is Unicode character 𰵫?

The Unicode character 𰵫 U+30D6B 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+30D6B.

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!