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

What is Unicode character 𰁑?

The Unicode character 𰁑 U+30051 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+30051.

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!