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

What is Unicode character 𢘚?

The Unicode character 𢘚 U+2261A 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+2261A.

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!