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

What is Unicode character 𨕧?

The Unicode character 𨕧 U+28567 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+28567.

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!