Unicode Finder

"镽" U+957D(CJK UNIFIED IDEOGRAPH-957D)

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

Programming

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

Web

CSS
\00957D
HtmlDecimal
镽
HtmlHexadecimal
镽
Url
%E9%95%BD

Code

MD5
23ee3850c48b6f0b2ad77955b7c98711
Sha1
4ee9af3e010302e8257133ec92f0b380735ce85b
Base64
6ZW9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u957D';
console.log(char);  // Output: 镽

Java:

char c = '\u957D';
System.out.println(c);  // Output: 镽

JSON:

{"text": "\u957D"}  // Value: 镽

Python:

char = '\u957D'
print(char)  # Output: 镽

Perl:

my $char = "\x{957D}";
print $char;  # Output: 镽

PHP:

$char = "\x{957D}";
echo $char;  // Output: 镽

Ruby:

char = "\u{957D}"
puts char  # Output: 镽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38269;</p>  <!-- Display: 镽 -->

HTML Hexadecimal:

<p>HTML hex: &#x957D;</p>  <!-- Display: 镽 -->

URL Encoding:

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

Encodings

MD5:

23ee3850c48b6f0b2ad77955b7c98711

SHA1:

4ee9af3e010302e8257133ec92f0b380735ce85b

Base64:

6ZW9