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

What is Unicode character 𣊹?

The Unicode character 𣊹 U+232B9 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+232B9.

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!