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

What is Unicode character 𬻵?

The Unicode character 𬻵 U+2CEF5 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+2CEF5.

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!