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

What is Unicode character 𨔏?

The Unicode character 𨔏 U+2850F 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+2850F.

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!