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

What is Unicode character 𦤍?

The Unicode character 𦤍 U+2690D 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+2690D.

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!