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

What is Unicode character 𢘝?

The Unicode character 𢘝 U+2261D 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+2261D.

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!