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

What is Unicode character 𢡇?

The Unicode character 𢡇 U+22847 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+22847.

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!