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

What is Unicode character 𬻕?

The Unicode character 𬻕 U+2CED5 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2CED5.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!