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

What is Unicode character 𣎯?

The Unicode character 𣎯 U+233AF 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+233AF.

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!