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

What is Unicode character 𢙷?

The Unicode character 𢙷 U+22677 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+22677.

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!