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

What is Unicode character 𫎹?

The Unicode character 𫎹 U+2B3B9 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B3B9.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!