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

What is Unicode character 𨔌?

The Unicode character 𨔌 U+2850C 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+2850C.

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!