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

What is Unicode character 𤍟?

The Unicode character 𤍟 U+2435F 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+2435F.

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!