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

What is Unicode character 𨳵?

The Unicode character 𨳵 U+28CF5 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+28CF5.

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!