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

What is Unicode character 𣏍?

The Unicode character 𣏍 U+233CD 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+233CD.

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!