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

What is Unicode character 𨍚?

The Unicode character 𨍚 U+2835A 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+2835A.

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!