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

What is Unicode character 𬸟?

The Unicode character 𬸟 U+2CE1F 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+2CE1F.

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!