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

What is Unicode character 𤍬?

The Unicode character 𤍬 U+2436C 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+2436C.

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!