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>&#139919;</p>
📋
CSS .selector { content: '\2228F' };
📋
JS var unicodeA = '\u2228F ';
📋
CPP char unicodeA = ' \u2228F ';
📋
Java char unicodeA = '\u2228F';
📋
Python unicodeA = '\u2228F'
📋

What is Unicode character 𢊏?

The Unicode character 𢊏 U+2228F 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+2228F.

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!