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

What is Unicode character 𨲵?

The Unicode character 𨲵 U+28CB5 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+28CB5.

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!