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

What is Unicode character 𣐎?

The Unicode character 𣐎 U+2340E 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+2340E.

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!