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

What is Unicode character 𨲾?

The Unicode character 𨲾 U+28CBE 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+28CBE.

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!