Unicode Finder

"锽" U+953D(CJK UNIFIED IDEOGRAPH-953D)

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

Programming

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

Web

CSS
\00953D
HtmlDecimal
锽
HtmlHexadecimal
锽
Url
%E9%94%BD

Code

MD5
d0f120060651b7d3aa8f0b3c6eeb91fe
Sha1
5a461f2240f53d010647e9c52653558695bb1c6b
Base64
6ZS9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u953D';
console.log(char);  // Output: 锽

Java:

char c = '\u953D';
System.out.println(c);  // Output: 锽

JSON:

{"text": "\u953D"}  // Value: 锽

Python:

char = '\u953D'
print(char)  # Output: 锽

Perl:

my $char = "\x{953D}";
print $char;  # Output: 锽

PHP:

$char = "\x{953D}";
echo $char;  // Output: 锽

Ruby:

char = "\u{953D}"
puts char  # Output: 锽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38205;</p>  <!-- Display: 锽 -->

HTML Hexadecimal:

<p>HTML hex: &#x953D;</p>  <!-- Display: 锽 -->

URL Encoding:

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

Encodings

MD5:

d0f120060651b7d3aa8f0b3c6eeb91fe

SHA1:

5a461f2240f53d010647e9c52653558695bb1c6b

Base64:

6ZS9