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

What is Unicode character 𦜍?

The Unicode character 𦜍 U+2670D 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+2670D.

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!