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

What is Unicode character 𢵛?

The Unicode character 𢵛 U+22D5B 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+22D5B.

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!