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

What is Unicode character 𨔟?

The Unicode character 𨔟 U+2851F 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+2851F.

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!