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

What is Unicode character 𢙫?

The Unicode character 𢙫 U+2266B 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+2266B.

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!