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

What is Unicode character 𬹪?

The Unicode character 𬹪 U+2CE6A 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+2CE6A.

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!