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>&#144298;</p>
📋
CSS .selector { content: '\233AA' };
📋
JS var unicodeA = '\u233AA ';
📋
CPP char unicodeA = ' \u233AA ';
📋
Java char unicodeA = '\u233AA';
📋
Python unicodeA = '\u233AA'
📋

What is Unicode character 𣎪?

The Unicode character 𣎪 U+233AA 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+233AA.

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!