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

What is Unicode character 𡕼?

The Unicode character 𡕼 U+2157C 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+2157C.

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!