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

What is Unicode character 𬹫?

The Unicode character 𬹫 U+2CE6B 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+2CE6B.

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!