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>&#148780;</p>
📋
CSS .selector { content: '\2452C' };
📋
JS var unicodeA = '\u2452C ';
📋
CPP char unicodeA = ' \u2452C ';
📋
Java char unicodeA = '\u2452C';
📋
Python unicodeA = '\u2452C'
📋

What is Unicode character 𤔬?

The Unicode character 𤔬 U+2452C 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+2452C.

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!