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

What is Unicode character 𣝎?

The Unicode character 𣝎 U+2374E 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+2374E.

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!