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

What is Unicode character 𤌬?

The Unicode character 𤌬 U+2432C 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+2432C.

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!