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

What is Unicode character 𢡝?

The Unicode character 𢡝 U+2285D 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+2285D.

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!