Unicode Finder

"鋅" U+92C5(CJK UNIFIED IDEOGRAPH-92C5)

U+92C5
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-92C5

Programming

C
\u92C5
JavaScript
\u92C5
Java
\u92C5
Json
\u92C5
Python
\u92C5
Perl
\x{92C5}
PHP
\x{92C5}
Ruby
\u{92C5}
Rust
\u{92C5}
Go
\u92C5

Web

CSS
\0092C5
HtmlDecimal
鋅
HtmlHexadecimal
鋅
Url
%E9%8B%85

Code

MD5
ccefe47709298a348a5199aae148e012
Sha1
53ef7f19987fc80eddb119bb0483fd06dd387fd2
Base64
6YuF

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u92C5';
console.log(char);  // Output: 鋅

Java:

char c = '\u92C5';
System.out.println(c);  // Output: 鋅

JSON:

{"text": "\u92C5"}  // Value: 鋅

Python:

char = '\u92C5'
print(char)  # Output: 鋅

Perl:

my $char = "\x{92C5}";
print $char;  # Output: 鋅

PHP:

$char = "\x{92C5}";
echo $char;  // Output: 鋅

Ruby:

char = "\u{92C5}"
puts char  # Output: 鋅

Rust:

let c = '\u{92C5}';
println!("{}", c);  // Output: 鋅

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0092C5";  /* Display: 鋅 */
}

HTML Decimal:

<p>HTML decimal: &#37573;</p>  <!-- Display: 鋅 -->

HTML Hexadecimal:

<p>HTML hex: &#x92C5;</p>  <!-- Display: 鋅 -->

URL Encoding:

// 鋅 URL encoding
https://unicodefinder.com/search.php?query=%E9%8B%85

Encodings

MD5:

ccefe47709298a348a5199aae148e012

SHA1:

53ef7f19987fc80eddb119bb0483fd06dd387fd2

Base64:

6YuF