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

What is Unicode character 𣎹?

The Unicode character 𣎹 U+233B9 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+233B9.

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!