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>&#141514;</p>
📋
CSS .selector { content: '\228CA' };
📋
JS var unicodeA = '\u228CA ';
📋
CPP char unicodeA = ' \u228CA ';
📋
Java char unicodeA = '\u228CA';
📋
Python unicodeA = '\u228CA'
📋

What is Unicode character 𢣊?

The Unicode character 𢣊 U+228CA 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+228CA.

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!