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

What is Unicode character 𰁗?

The Unicode character 𰁗 U+30057 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+30057.

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!