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

What is Unicode character 𰅼?

The Unicode character 𰅼 U+3017C 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+3017C.

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!