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

What is Unicode character 𨅼?

The Unicode character 𨅼 U+2817C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2817C.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!