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

What is Unicode character 𢯄?

The Unicode character 𢯄 U+22BC4 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+22BC4.

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!