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>&#140481;</p>
📋
CSS .selector { content: '\224C1' };
📋
JS var unicodeA = '\u224C1 ';
📋
CPP char unicodeA = ' \u224C1 ';
📋
Java char unicodeA = '\u224C1';
📋
Python unicodeA = '\u224C1'
📋

What is Unicode character 𢓁?

The Unicode character 𢓁 U+224C1 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+224C1.

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!