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

What is Unicode character 𡑼?

The Unicode character 𡑼 U+2147C 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+2147C.

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!