Unicode Finder

"銰" U+92B0(CJK UNIFIED IDEOGRAPH-92B0)

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

Programming

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

Web

CSS
\0092B0
HtmlDecimal
銰
HtmlHexadecimal
銰
Url
%E9%8A%B0

Code

MD5
f77b71be47377fa2a580bfea15639d71
Sha1
a5d23522defe2de6df45c1a6cce080a72c1bd53f
Base64
6Yqw

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u92B0';
console.log(char);  // Output: 銰

Java:

char c = '\u92B0';
System.out.println(c);  // Output: 銰

JSON:

{"text": "\u92B0"}  // Value: 銰

Python:

char = '\u92B0'
print(char)  # Output: 銰

Perl:

my $char = "\x{92B0}";
print $char;  # Output: 銰

PHP:

$char = "\x{92B0}";
echo $char;  // Output: 銰

Ruby:

char = "\u{92B0}"
puts char  # Output: 銰

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#37552;</p>  <!-- Display: 銰 -->

HTML Hexadecimal:

<p>HTML hex: &#x92B0;</p>  <!-- Display: 銰 -->

URL Encoding:

// 銰 URL encoding
https://unicodefinder.com/search.php?query=%E9%8A%B0

Encodings

MD5:

f77b71be47377fa2a580bfea15639d71

SHA1:

a5d23522defe2de6df45c1a6cce080a72c1bd53f

Base64:

6Yqw