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

What is Unicode character 𰍫?

The Unicode character 𰍫 U+3036B is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+3036B.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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