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

What is Unicode character 𬯾?

The Unicode character 𬯾 U+2CBFE 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+2CBFE.

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!