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

What is Unicode character 𨲶?

The Unicode character 𨲶 U+28CB6 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+28CB6.

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!