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>&#157548;</p>
📋
CSS .selector { content: '\2676C' };
📋
JS var unicodeA = '\u2676C ';
📋
CPP char unicodeA = ' \u2676C ';
📋
Java char unicodeA = '\u2676C';
📋
Python unicodeA = '\u2676C'
📋

What is Unicode character 𦝬?

The Unicode character 𦝬 U+2676C 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+2676C.

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!