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

What is Unicode character 𧍵?

The Unicode character 𧍵 U+27375 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+27375.

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!