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

What is Unicode character 𬟻?

The Unicode character 𬟻 U+2C7FB 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+2C7FB.

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!