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

What is Unicode character 𢙺?

The Unicode character 𢙺 U+2267A 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+2267A.

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!