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

What is Unicode character 𢍝?

The Unicode character 𢍝 U+2235D 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+2235D.

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!