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

What is Unicode character 𨔍?

The Unicode character 𨔍 U+2850D 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+2850D.

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!