Unicode Finder

"锿" U+953F(CJK UNIFIED IDEOGRAPH-953F)

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

Programming

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

Web

CSS
\00953F
HtmlDecimal
锿
HtmlHexadecimal
锿
Url
%E9%94%BF

Code

MD5
e804843cf2ff40d849e741fc79d8e50d
Sha1
4ec5c41e23b3cd9ce8556cd712c6496808ef6c5b
Base64
6ZS/

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u953F';
console.log(char);  // Output: 锿

Java:

char c = '\u953F';
System.out.println(c);  // Output: 锿

JSON:

{"text": "\u953F"}  // Value: 锿

Python:

char = '\u953F'
print(char)  # Output: 锿

Perl:

my $char = "\x{953F}";
print $char;  # Output: 锿

PHP:

$char = "\x{953F}";
echo $char;  // Output: 锿

Ruby:

char = "\u{953F}"
puts char  # Output: 锿

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38207;</p>  <!-- Display: 锿 -->

HTML Hexadecimal:

<p>HTML hex: &#x953F;</p>  <!-- Display: 锿 -->

URL Encoding:

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

Encodings

MD5:

e804843cf2ff40d849e741fc79d8e50d

SHA1:

4ec5c41e23b3cd9ce8556cd712c6496808ef6c5b

Base64:

6ZS/