Unicode Finder

"镾" U+957E(CJK UNIFIED IDEOGRAPH-957E)

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

Programming

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

Web

CSS
\00957E
HtmlDecimal
镾
HtmlHexadecimal
镾
Url
%E9%95%BE

Code

MD5
e4ab66dd9da91844b213321d81929c43
Sha1
379d4bed0ff04d162bebb427537da9bd97c42472
Base64
6ZW+

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u957E';
console.log(char);  // Output: 镾

Java:

char c = '\u957E';
System.out.println(c);  // Output: 镾

JSON:

{"text": "\u957E"}  // Value: 镾

Python:

char = '\u957E'
print(char)  # Output: 镾

Perl:

my $char = "\x{957E}";
print $char;  # Output: 镾

PHP:

$char = "\x{957E}";
echo $char;  // Output: 镾

Ruby:

char = "\u{957E}"
puts char  # Output: 镾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38270;</p>  <!-- Display: 镾 -->

HTML Hexadecimal:

<p>HTML hex: &#x957E;</p>  <!-- Display: 镾 -->

URL Encoding:

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

Encodings

MD5:

e4ab66dd9da91844b213321d81929c43

SHA1:

379d4bed0ff04d162bebb427537da9bd97c42472

Base64:

6ZW+