Unicode Finder

"壺" U+58FA(CJK UNIFIED IDEOGRAPH-58FA)

U+58FA
Nombre del Bloque
CJK Unified Ideographs
Nombre
CJK UNIFIED IDEOGRAPH-58FA

Programming

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

Web

CSS
\0058FA
HtmlDecimal
壺
HtmlHexadecimal
壺
Url
%E5%A3%BA

Code

MD5
e8cef5ad86531d61d43afd42813ded19
Sha1
5cfb896b58cba9ae0c2c426f3b3b47947922fe2a
Base64
5aO6

Ejemplos de Uso

Programming Languages

C:

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

JavaScript:

const char = '\u58FA';
console.log(char);  // Output: 壺

Java:

char c = '\u58FA';
System.out.println(c);  // Output: 壺

JSON:

{"text": "\u58FA"}  // Value: 壺

Python:

char = '\u58FA'
print(char)  # Output: 壺

Perl:

my $char = "\x{58FA}";
print $char;  # Output: 壺

PHP:

$char = "\x{58FA}";
echo $char;  // Output: 壺

Ruby:

char = "\u{58FA}"
puts char  # Output: 壺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#22778;</p>  <!-- Display: 壺 -->

HTML Hexadecimal:

<p>HTML hex: &#x58FA;</p>  <!-- Display: 壺 -->

URL Encoding:

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

Encodings

MD5:

e8cef5ad86531d61d43afd42813ded19

SHA1:

5cfb896b58cba9ae0c2c426f3b3b47947922fe2a

Base64:

5aO6