Unicode Finder

"壸" U+58F8(CJK UNIFIED IDEOGRAPH-58F8)

U+58F8
ब्लॉक का नाम
CJK Unified Ideographs
नाम
CJK UNIFIED IDEOGRAPH-58F8

Programming

C
\u58F8
JavaScript
\u58F8
Java
\u58F8
Json
\u58F8
Python
\u58F8
Perl
\x{58F8}
PHP
\x{58F8}
Ruby
\u{58F8}
Rust
\u{58F8}
Go
\u58F8

Web

CSS
\0058F8
HtmlDecimal
壸
HtmlHexadecimal
壸
Url
%E5%A3%B8

Code

MD5
032dda68f3b020c73fe2eed139b33fff
Sha1
1d236c1c8961f207136190f7d164e5aaaaa88a19
Base64
5aO4

उपयोग के उदाहरण

Programming Languages

C:

char c = '\u58F8';
printf("%c\n", c);  // Output: 壸

JavaScript:

const char = '\u58F8';
console.log(char);  // Output: 壸

Java:

char c = '\u58F8';
System.out.println(c);  // Output: 壸

JSON:

{"text": "\u58F8"}  // Value: 壸

Python:

char = '\u58F8'
print(char)  # Output: 壸

Perl:

my $char = "\x{58F8}";
print $char;  # Output: 壸

PHP:

$char = "\x{58F8}";
echo $char;  // Output: 壸

Ruby:

char = "\u{58F8}"
puts char  # Output: 壸

Rust:

let c = '\u{58F8}';
println!("{}", c);  // Output: 壸

Go:

char := '\u58F8'
fmt.Printf("%c\n", char)  // Output: 壸

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0058F8";  /* Display: 壸 */
}

HTML Decimal:

<p>HTML decimal: &#22776;</p>  <!-- Display: 壸 -->

HTML Hexadecimal:

<p>HTML hex: &#x58F8;</p>  <!-- Display: 壸 -->

URL Encoding:

// 壸 URL encoding
https://unicodefinder.com/search.php?query=%E5%A3%B8

Encodings

MD5:

032dda68f3b020c73fe2eed139b33fff

SHA1:

1d236c1c8961f207136190f7d164e5aaaaa88a19

Base64:

5aO4