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

What is Unicode character 𣍐?

The Unicode character 𣍐 U+23350 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+23350.

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!