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

What is Unicode character 𢶱?

The Unicode character 𢶱 U+22DB1 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+22DB1.

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!