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

What is Unicode character 𫟾?

The Unicode character 𫟾 U+2B7FE 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+2B7FE.

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!