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

What is Unicode character 𧃕?

The Unicode character 𧃕 U+270D5 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+270D5.

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!