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

What is Unicode character 𨵬?

The Unicode character 𨵬 U+28D6C 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+28D6C.

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!