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

What is Unicode character 𨭬?

The Unicode character 𨭬 U+28B6C 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+28B6C.

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!