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

What is Unicode character 𨉕?

The Unicode character 𨉕 U+28255 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+28255.

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!