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

What is Unicode character 𦝯?

The Unicode character 𦝯 U+2676F 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+2676F.

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!