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

What is Unicode character 𢩟?

The Unicode character 𢩟 U+22A5F 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+22A5F.

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!