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>&#165646;</p>
📋
CSS .selector { content: '\2870E' };
📋
JS var unicodeA = '\u2870E ';
📋
CPP char unicodeA = ' \u2870E ';
📋
Java char unicodeA = '\u2870E';
📋
Python unicodeA = '\u2870E'
📋

What is Unicode character 𨜎?

The Unicode character 𨜎 U+2870E 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+2870E.

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!