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

What is Unicode character 𬻛?

The Unicode character 𬻛 U+2CEDB 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+2CEDB.

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!