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

What is Unicode character 𨔞?

The Unicode character 𨔞 U+2851E 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+2851E.

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!