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

What is Unicode character 𢃴?

The Unicode character 𢃴 U+220F4 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+220F4.

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!