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

What is Unicode character 𬹭?

The Unicode character 𬹭 U+2CE6D 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+2CE6D.

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!