Unicode Finder

"鐽" U+943D(CJK UNIFIED IDEOGRAPH-943D)

U+943D
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-943D

Programming

C
\u943D
JavaScript
\u943D
Java
\u943D
Json
\u943D
Python
\u943D
Perl
\x{943D}
PHP
\x{943D}
Ruby
\u{943D}
Rust
\u{943D}
Go
\u943D

Web

CSS
\00943D
HtmlDecimal
鐽
HtmlHexadecimal
鐽
Url
%E9%90%BD

Code

MD5
d895879751b742c5e1904b81d9586ee1
Sha1
787da944197c9618204573262fb489fd3cf16314
Base64
6ZC9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u943D';
console.log(char);  // Output: 鐽

Java:

char c = '\u943D';
System.out.println(c);  // Output: 鐽

JSON:

{"text": "\u943D"}  // Value: 鐽

Python:

char = '\u943D'
print(char)  # Output: 鐽

Perl:

my $char = "\x{943D}";
print $char;  # Output: 鐽

PHP:

$char = "\x{943D}";
echo $char;  // Output: 鐽

Ruby:

char = "\u{943D}"
puts char  # Output: 鐽

Rust:

let c = '\u{943D}';
println!("{}", c);  // Output: 鐽

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00943D";  /* Display: 鐽 */
}

HTML Decimal:

<p>HTML decimal: &#37949;</p>  <!-- Display: 鐽 -->

HTML Hexadecimal:

<p>HTML hex: &#x943D;</p>  <!-- Display: 鐽 -->

URL Encoding:

// 鐽 URL encoding
https://unicodefinder.com/search.php?query=%E9%90%BD

Encodings

MD5:

d895879751b742c5e1904b81d9586ee1

SHA1:

787da944197c9618204573262fb489fd3cf16314

Base64:

6ZC9