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

What is Unicode character 𧃦?

The Unicode character 𧃦 U+270E6 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+270E6.

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!