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

What is Unicode character 𰁕?

The Unicode character 𰁕 U+30055 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+30055.

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!