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

What is Unicode character 𨖖?

The Unicode character 𨖖 U+28596 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+28596.

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!