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

What is Unicode character 𣌹?

The Unicode character 𣌹 U+23339 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+23339.

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!