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

What is Unicode character 𣘎?

The Unicode character 𣘎 U+2360E 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+2360E.

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!