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

What is Unicode character 𨳦?

The Unicode character 𨳦 U+28CE6 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+28CE6.

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!