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

What is Unicode character 𰵯?

The Unicode character 𰵯 U+30D6F 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+30D6F.

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!