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

What is Unicode character 𡕍?

The Unicode character 𡕍 U+2154D 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+2154D.

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!