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

What is Unicode character 𡕏?

The Unicode character 𡕏 U+2154F 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+2154F.

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!