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

What is Unicode character 𣎩?

The Unicode character 𣎩 U+233A9 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+233A9.

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!