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>&#138430;</p>
📋
CSS .selector { content: '\21CBE' };
📋
JS var unicodeA = '\u21CBE ';
📋
CPP char unicodeA = ' \u21CBE ';
📋
Java char unicodeA = '\u21CBE';
📋
Python unicodeA = '\u21CBE'
📋

What is Unicode character 𡲾?

The Unicode character 𡲾 U+21CBE 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+21CBE.

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!