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

What is Unicode character 𢼄?

The Unicode character 𢼄 U+22F04 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+22F04.

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!