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

What is Unicode character 𢬝?

The Unicode character 𢬝 U+22B1D 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+22B1D.

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!