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

What is Unicode character 𨔊?

The Unicode character 𨔊 U+2850A 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+2850A.

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!