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

What is Unicode character 𬟵?

The Unicode character 𬟵 U+2C7F5 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+2C7F5.

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!