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

What is Unicode character 𨔎?

The Unicode character 𨔎 U+2850E 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+2850E.

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!