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>&#181389;</p>
📋
CSS .selector { content: '\2C48D' };
📋
JS var unicodeA = '\u2C48D ';
📋
CPP char unicodeA = ' \u2C48D ';
📋
Java char unicodeA = '\u2C48D';
📋
Python unicodeA = '\u2C48D'
📋

What is Unicode character 𬒍?

The Unicode character 𬒍 U+2C48D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C48D.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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