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

What is Unicode character 𨍞?

The Unicode character 𨍞 U+2835E 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+2835E.

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!