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

What is Unicode character 𨍜?

The Unicode character 𨍜 U+2835C 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+2835C.

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!