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

What is Unicode character 𨍼?

The Unicode character 𨍼 U+2837C 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+2837C.

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!