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

What is Unicode character 𢅼?

The Unicode character 𢅼 U+2217C 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+2217C.

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!