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

What is Unicode character 𢡉?

The Unicode character 𢡉 U+22849 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+22849.

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!