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

What is Unicode character 𬟹?

The Unicode character 𬟹 U+2C7F9 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+2C7F9.

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!