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

What is Unicode character 𨔛?

The Unicode character 𨔛 U+2851B 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+2851B.

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!