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

What is Unicode character 𢘊?

The Unicode character 𢘊 U+2260A 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+2260A.

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!