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

What is Unicode character 𧃖?

The Unicode character 𧃖 U+270D6 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+270D6.

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!