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

What is Unicode character 𧣝?

The Unicode character 𧣝 U+278DD 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+278DD.

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!