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

What is Unicode character 𦝫?

The Unicode character 𦝫 U+2676B 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+2676B.

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!