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

What is Unicode character 𣎎?

The Unicode character 𣎎 U+2338E 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+2338E.

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!