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

What is Unicode character 𡕾?

The Unicode character 𡕾 U+2157E 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+2157E.

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!