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

What is Unicode character 𢘼?

The Unicode character 𢘼 U+2263C 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+2263C.

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!