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

What is Unicode character 𧃶?

The Unicode character 𧃶 U+270F6 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+270F6.

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!