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

What is Unicode character 𨱦?

The Unicode character 𨱦 U+28C66 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+28C66.

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!