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

What is Unicode character 𰕭?

The Unicode character 𰕭 U+3056D 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+3056D.

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!