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

What is Unicode character 𨲫?

The Unicode character 𨲫 U+28CAB 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+28CAB.

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!