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

What is Unicode character 𢡜?

The Unicode character 𢡜 U+2285C 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+2285C.

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!