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

What is Unicode character 𰑶?

The Unicode character 𰑶 U+30476 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+30476.

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!