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

What is Unicode character 𢤼?

The Unicode character 𢤼 U+2293C 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+2293C.

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!