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

What is Unicode character 𧣟?

The Unicode character 𧣟 U+278DF 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+278DF.

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!