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

What is Unicode character 𰘍?

The Unicode character 𰘍 U+3060D 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+3060D.

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!