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

What is Unicode character 𢤾?

The Unicode character 𢤾 U+2293E 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+2293E.

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!