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

What is Unicode character 𩍼?

The Unicode character 𩍼 U+2937C 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+2937C.

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!