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

What is Unicode character 𬟴?

The Unicode character 𬟴 U+2C7F4 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+2C7F4.

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!