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

What is Unicode character 𧃨?

The Unicode character 𧃨 U+270E8 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+270E8.

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!