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

What is Unicode character 𬟶?

The Unicode character 𬟶 U+2C7F6 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+2C7F6.

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!