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

What is Unicode character 𰒎?

The Unicode character 𰒎 U+3048E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+3048E.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!