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

What is Unicode character 𦝻?

The Unicode character 𦝻 U+2677B 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+2677B.

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!