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

What is Unicode character 𬻓?

The Unicode character 𬻓 U+2CED3 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+2CED3.

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!