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

What is Unicode character 𢜺?

The Unicode character 𢜺 U+2273A 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+2273A.

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!