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

What is Unicode character 𣝏?

The Unicode character 𣝏 U+2374F 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+2374F.

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!