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

What is Unicode character 𢕧?

The Unicode character 𢕧 U+22567 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+22567.

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!