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

What is Unicode character 𢥟?

The Unicode character 𢥟 U+2295F 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+2295F.

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!