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

What is Unicode character 𢉝?

The Unicode character 𢉝 U+2225D 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+2225D.

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!