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

What is Unicode character 𤎎?

The Unicode character 𤎎 U+2438E 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+2438E.

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!