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

What is Unicode character 𢅈?

The Unicode character 𢅈 U+22148 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+22148.

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!