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

What is Unicode character 𢜍?

The Unicode character 𢜍 U+2270D 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+2270D.

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!