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>&#168797;</p>
📋
CSS .selector { content: '\2935D' };
📋
JS var unicodeA = '\u2935D ';
📋
CPP char unicodeA = ' \u2935D ';
📋
Java char unicodeA = '\u2935D';
📋
Python unicodeA = '\u2935D'
📋

What is Unicode character 𩍝?

The Unicode character 𩍝 U+2935D 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+2935D.

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!