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

What is Unicode character 𨔚?

The Unicode character 𨔚 U+2851A 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+2851A.

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!