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

What is Unicode character 𢤒?

The Unicode character 𢤒 U+22912 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+22912.

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!