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

What is Unicode character 𦤎?

The Unicode character 𦤎 U+2690E 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+2690E.

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!