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

What is Unicode character 𢡛?

The Unicode character 𢡛 U+2285B 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+2285B.

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!