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

What is Unicode character 𬻲?

The Unicode character 𬻲 U+2CEF2 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+2CEF2.

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!