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

What is Unicode character 𨙕?

The Unicode character 𨙕 U+28655 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+28655.

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!