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

What is Unicode character 𢯜?

The Unicode character 𢯜 U+22BDC 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+22BDC.

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!