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

What is Unicode character 𢀾?

The Unicode character 𢀾 U+2203E 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+2203E.

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!