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

What is Unicode character 𨱬?

The Unicode character 𨱬 U+28C6C 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+28C6C.

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!