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>&#182088;</p>
📋
CSS .selector { content: '\2C748' };
📋
JS var unicodeA = '\u2C748 ';
📋
CPP char unicodeA = ' \u2C748 ';
📋
Java char unicodeA = '\u2C748';
📋
Python unicodeA = '\u2C748'
📋

What is Unicode character 𬝈?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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