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

What is Unicode character 𢙧?

The Unicode character 𢙧 U+22667 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+22667.

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!