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

What is Unicode character 𬹧?

The Unicode character 𬹧 U+2CE67 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+2CE67.

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!