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

What is Unicode character 𧃍?

The Unicode character 𧃍 U+270CD 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+270CD.

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!