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

What is Unicode character 𣎣?

The Unicode character 𣎣 U+233A3 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+233A3.

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!