Unicode Finder

"鎴" U+93B4(CJK UNIFIED IDEOGRAPH-93B4)

U+93B4
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-93B4

Programming

C
\u93B4
JavaScript
\u93B4
Java
\u93B4
Json
\u93B4
Python
\u93B4
Perl
\x{93B4}
PHP
\x{93B4}
Ruby
\u{93B4}
Rust
\u{93B4}
Go
\u93B4

Web

CSS
\0093B4
HtmlDecimal
鎴
HtmlHexadecimal
鎴
Url
%E9%8E%B4

Code

MD5
0a06bd7f2c28a5dbf61236db37ede341
Sha1
b9c3242647d0b1cb6545ed9d4994e7cd660c1643
Base64
6Y60

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u93B4';
console.log(char);  // Output: 鎴

Java:

char c = '\u93B4';
System.out.println(c);  // Output: 鎴

JSON:

{"text": "\u93B4"}  // Value: 鎴

Python:

char = '\u93B4'
print(char)  # Output: 鎴

Perl:

my $char = "\x{93B4}";
print $char;  # Output: 鎴

PHP:

$char = "\x{93B4}";
echo $char;  // Output: 鎴

Ruby:

char = "\u{93B4}"
puts char  # Output: 鎴

Rust:

let c = '\u{93B4}';
println!("{}", c);  // Output: 鎴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0093B4";  /* Display: 鎴 */
}

HTML Decimal:

<p>HTML decimal: &#37812;</p>  <!-- Display: 鎴 -->

HTML Hexadecimal:

<p>HTML hex: &#x93B4;</p>  <!-- Display: 鎴 -->

URL Encoding:

// 鎴 URL encoding
https://unicodefinder.com/search.php?query=%E9%8E%B4

Encodings

MD5:

0a06bd7f2c28a5dbf61236db37ede341

SHA1:

b9c3242647d0b1cb6545ed9d4994e7cd660c1643

Base64:

6Y60