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

What is Unicode character 𢯤?

The Unicode character 𢯤 U+22BE4 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+22BE4.

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!