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>&#161982;</p>
📋
CSS .selector { content: '\278BE' };
📋
JS var unicodeA = '\u278BE ';
📋
CPP char unicodeA = ' \u278BE ';
📋
Java char unicodeA = '\u278BE';
📋
Python unicodeA = '\u278BE'
📋

What is Unicode character 𧢾?

The Unicode character 𧢾 U+278BE is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+278BE.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!