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

What is Unicode character 𢑙?

The Unicode character 𢑙 U+22459 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+22459.

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!