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

What is Unicode character 𤍔?

The Unicode character 𤍔 U+24354 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+24354.

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!