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

What is Unicode character 𤍓?

The Unicode character 𤍓 U+24353 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+24353.

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!