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

What is Unicode character 𬟼?

The Unicode character 𬟼 U+2C7FC 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+2C7FC.

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!