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

What is Unicode character 𦒍?

The Unicode character 𦒍 U+2648D 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+2648D.

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!