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

What is Unicode character 𢢬?

The Unicode character 𢢬 U+228AC 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+228AC.

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!