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

What is Unicode character 𬗾?

The Unicode character 𬗾 U+2C5FE 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+2C5FE.

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!