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

What is Unicode character 𢙪?

The Unicode character 𢙪 U+2266A 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+2266A.

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!