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

What is Unicode character 𣎭?

The Unicode character 𣎭 U+233AD 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+233AD.

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!