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

What is Unicode character 𨹬?

The Unicode character 𨹬 U+28E6C 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+28E6C.

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!