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

What is Unicode character 𢜼?

The Unicode character 𢜼 U+2273C 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+2273C.

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!