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

What is Unicode character 𰁖?

The Unicode character 𰁖 U+30056 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+30056.

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!