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

What is Unicode character 𡕊?

The Unicode character 𡕊 U+2154A 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+2154A.

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!