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

What is Unicode character 𢬓?

The Unicode character 𢬓 U+22B13 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+22B13.

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!