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

What is Unicode character 𨲦?

The Unicode character 𨲦 U+28CA6 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+28CA6.

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!