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

What is Unicode character 𬆏?

The Unicode character 𬆏 U+2C18F 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+2C18F.

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!