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

What is Unicode character 𢍟?

The Unicode character 𢍟 U+2235F 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+2235F.

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!