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

What is Unicode character 𧣕?

The Unicode character 𧣕 U+278D5 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+278D5.

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!