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

What is Unicode character 𢘌?

The Unicode character 𢘌 U+2260C 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+2260C.

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!