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

What is Unicode character 𢙯?

The Unicode character 𢙯 U+2266F 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+2266F.

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!