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>&#172893;</p>
📋
CSS .selector { content: '\2A35D' };
📋
JS var unicodeA = '\u2A35D ';
📋
CPP char unicodeA = ' \u2A35D ';
📋
Java char unicodeA = '\u2A35D';
📋
Python unicodeA = '\u2A35D'
📋

What is Unicode character 𪍝?

The Unicode character 𪍝 U+2A35D 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+2A35D.

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!