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>&#182303;</p>
📋
CSS .selector { content: '\2C81F' };
📋
JS var unicodeA = '\u2C81F ';
📋
CPP char unicodeA = ' \u2C81F ';
📋
Java char unicodeA = '\u2C81F';
📋
Python unicodeA = '\u2C81F'
📋

What is Unicode character 𬠟?

The Unicode character 𬠟 U+2C81F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C81F.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!