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

What is Unicode character 𤍖?

The Unicode character 𤍖 U+24356 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+24356.

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!