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

What is Unicode character 𧃅?

The Unicode character 𧃅 U+270C5 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+270C5.

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!