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

What is Unicode character 𬟩?

The Unicode character 𬟩 U+2C7E9 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+2C7E9.

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!