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

What is Unicode character 𨍿?

The Unicode character 𨍿 U+2837F 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+2837F.

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!