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>&#140926;</p>
📋
CSS .selector { content: '\2267E' };
📋
JS var unicodeA = '\u2267E ';
📋
CPP char unicodeA = ' \u2267E ';
📋
Java char unicodeA = '\u2267E';
📋
Python unicodeA = '\u2267E'
📋

What is Unicode character 𢙾?

The Unicode character 𢙾 U+2267E 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+2267E.

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!