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

What is Unicode character 𨖕?

The Unicode character 𨖕 U+28595 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+28595.

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!