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

What is Unicode character 𨜍?

The Unicode character 𨜍 U+2870D 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+2870D.

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!