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

What is Unicode character 𢡟?

The Unicode character 𢡟 U+2285F 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+2285F.

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!