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

What is Unicode character 𨔝?

The Unicode character 𨔝 U+2851D 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+2851D.

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!