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

What is Unicode character 𡕎?

The Unicode character 𡕎 U+2154E 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+2154E.

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!