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

What is Unicode character 𢑳?

The Unicode character 𢑳 U+22473 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+22473.

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!