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

What is Unicode character 𢬸?

The Unicode character 𢬸 U+22B38 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+22B38.

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!