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

What is Unicode character 𦝭?

The Unicode character 𦝭 U+2676D 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+2676D.

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!