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

What is Unicode character 𣝍?

The Unicode character 𣝍 U+2374D 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+2374D.

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!