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

What is Unicode character 𢘭?

The Unicode character 𢘭 U+2262D 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+2262D.

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!