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

What is Unicode character 𢙬?

The Unicode character 𢙬 U+2266C 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+2266C.

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!