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

What is Unicode character 𨍻?

The Unicode character 𨍻 U+2837B 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+2837B.

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!