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

What is Unicode character 𦅼?

The Unicode character 𦅼 U+2617C 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+2617C.

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!