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

What is Unicode character 𢘯?

The Unicode character 𢘯 U+2262F 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+2262F.

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!