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

What is Unicode character 𰵤?

The Unicode character 𰵤 U+30D64 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+30D64.

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!