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

What is Unicode character 𣘍?

The Unicode character 𣘍 U+2360D 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+2360D.

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!