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

What is Unicode character 𨔜?

The Unicode character 𨔜 U+2851C 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+2851C.

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!