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

What is Unicode character 𬬗?

The Unicode character 𬬗 U+2CB17 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+2CB17.

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!