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

What is Unicode character 𢐿?

The Unicode character 𢐿 U+2243F 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+2243F.

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!