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

What is Unicode character 𢠍?

The Unicode character 𢠍 U+2280D 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+2280D.

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!