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

What is Unicode character 𡲟?

The Unicode character 𡲟 U+21C9F 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+21C9F.

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!