Unicode Finder

"鋐" U+92D0(CJK UNIFIED IDEOGRAPH-92D0)

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

Programming

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

Web

CSS
\0092D0
HtmlDecimal
鋐
HtmlHexadecimal
鋐
Url
%E9%8B%90

Code

MD5
f87446693ade47dcec13facd9e8ce4e1
Sha1
414c0445fbf1bf224990ccab958cd40100b0835e
Base64
6YuQ

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u92D0';
console.log(char);  // Output: 鋐

Java:

char c = '\u92D0';
System.out.println(c);  // Output: 鋐

JSON:

{"text": "\u92D0"}  // Value: 鋐

Python:

char = '\u92D0'
print(char)  # Output: 鋐

Perl:

my $char = "\x{92D0}";
print $char;  # Output: 鋐

PHP:

$char = "\x{92D0}";
echo $char;  // Output: 鋐

Ruby:

char = "\u{92D0}"
puts char  # Output: 鋐

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#37584;</p>  <!-- Display: 鋐 -->

HTML Hexadecimal:

<p>HTML hex: &#x92D0;</p>  <!-- Display: 鋐 -->

URL Encoding:

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

Encodings

MD5:

f87446693ade47dcec13facd9e8ce4e1

SHA1:

414c0445fbf1bf224990ccab958cd40100b0835e

Base64:

6YuQ