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

What is Unicode character 𢠹?

The Unicode character 𢠹 U+22839 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+22839.

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!