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

What is Unicode character 𢁏?

The Unicode character 𢁏 U+2204F 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+2204F.

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!