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

What is Unicode character 𦝪?

The Unicode character 𦝪 U+2676A 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+2676A.

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!