Unicode Finder

"鏽" U+93FD(CJK UNIFIED IDEOGRAPH-93FD)

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

Programming

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

Web

CSS
\0093FD
HtmlDecimal
鏽
HtmlHexadecimal
鏽
Url
%E9%8F%BD

Code

MD5
17074a640b018408e7d1d524b602c1e2
Sha1
ca305877dbda62518931743961564617e8d4222f
Base64
6Y+9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u93FD';
console.log(char);  // Output: 鏽

Java:

char c = '\u93FD';
System.out.println(c);  // Output: 鏽

JSON:

{"text": "\u93FD"}  // Value: 鏽

Python:

char = '\u93FD'
print(char)  # Output: 鏽

Perl:

my $char = "\x{93FD}";
print $char;  # Output: 鏽

PHP:

$char = "\x{93FD}";
echo $char;  // Output: 鏽

Ruby:

char = "\u{93FD}"
puts char  # Output: 鏽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#37885;</p>  <!-- Display: 鏽 -->

HTML Hexadecimal:

<p>HTML hex: &#x93FD;</p>  <!-- Display: 鏽 -->

URL Encoding:

// 鏽 URL encoding
https://unicodefinder.com/search.php?query=%E9%8F%BD

Encodings

MD5:

17074a640b018408e7d1d524b602c1e2

SHA1:

ca305877dbda62518931743961564617e8d4222f

Base64:

6Y+9