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

What is Unicode character 𣍀?

The Unicode character 𣍀 U+23340 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+23340.

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!