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

What is Unicode character 𦜎?

The Unicode character 𦜎 U+2670E 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+2670E.

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!