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

What is Unicode character 𢘫?

The Unicode character 𢘫 U+2262B 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+2262B.

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!