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

What is Unicode character 𢠟?

The Unicode character 𢠟 U+2281F 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+2281F.

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!