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

What is Unicode character 𢊊?

The Unicode character 𢊊 U+2228A 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+2228A.

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!