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

What is Unicode character 𡑺?

The Unicode character 𡑺 U+2147A 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+2147A.

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!