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

What is Unicode character 𫟼?

The Unicode character 𫟼 U+2B7FC 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+2B7FC.

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!