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

What is Unicode character 𦑼?

The Unicode character 𦑼 U+2647C 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+2647C.

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!