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

What is Unicode character 𢤺?

The Unicode character 𢤺 U+2293A 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+2293A.

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!