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

What is Unicode character 𢘪?

The Unicode character 𢘪 U+2262A 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+2262A.

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!