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

What is Unicode character 𢐼?

The Unicode character 𢐼 U+2243C 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+2243C.

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!