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

What is Unicode character 𤍕?

The Unicode character 𤍕 U+24355 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+24355.

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!