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

What is Unicode character 𤍝?

The Unicode character 𤍝 U+2435D 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+2435D.

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!