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

What is Unicode character 𫟶?

The Unicode character 𫟶 U+2B7F6 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension D 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+2B7F6.

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 6.0, and it belongs to the CJK Unified Ideographs Extension D block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 6.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension D
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!