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

What is Unicode character 𤍃?

The Unicode character 𤍃 U+24343 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+24343.

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!