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

What is Unicode character 𣍹?

The Unicode character 𣍹 U+23379 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+23379.

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!