Unicode Finder

"头" U+5934(CJK UNIFIED IDEOGRAPH-5934)

U+5934
Nombre del Bloque
CJK Unified Ideographs
Nombre
CJK UNIFIED IDEOGRAPH-5934

Programming

C
\u5934
JavaScript
\u5934
Java
\u5934
Json
\u5934
Python
\u5934
Perl
\x{5934}
PHP
\x{5934}
Ruby
\u{5934}
Rust
\u{5934}
Go
\u5934

Web

CSS
\005934
HtmlDecimal
头
HtmlHexadecimal
头
Url
%E5%A4%B4

Code

MD5
4be2abbcf7d3f280c292a8d0c4fbba98
Sha1
f366635ad280467112ba3b1945e03ea7cfefc0a9
Base64
5aS0

Ejemplos de Uso

Programming Languages

C:

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

JavaScript:

const char = '\u5934';
console.log(char);  // Output: 头

Java:

char c = '\u5934';
System.out.println(c);  // Output: 头

JSON:

{"text": "\u5934"}  // Value: 头

Python:

char = '\u5934'
print(char)  # Output: 头

Perl:

my $char = "\x{5934}";
print $char;  # Output: 头

PHP:

$char = "\x{5934}";
echo $char;  // Output: 头

Ruby:

char = "\u{5934}"
puts char  # Output: 头

Rust:

let c = '\u{5934}';
println!("{}", c);  // Output: 头

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005934";  /* Display: 头 */
}

HTML Decimal:

<p>HTML decimal: &#22836;</p>  <!-- Display: 头 -->

HTML Hexadecimal:

<p>HTML hex: &#x5934;</p>  <!-- Display: 头 -->

URL Encoding:

// 头 URL encoding
https://unicodefinder.com/search.php?query=%E5%A4%B4

Encodings

MD5:

4be2abbcf7d3f280c292a8d0c4fbba98

SHA1:

f366635ad280467112ba3b1945e03ea7cfefc0a9

Base64:

5aS0