Unicode Finder

"镮" U+956E(CJK UNIFIED IDEOGRAPH-956E)

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

Programming

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

Web

CSS
\00956E
HtmlDecimal
镮
HtmlHexadecimal
镮
Url
%E9%95%AE

Code

MD5
c894065196b3dacb8e798519f7aeeb66
Sha1
06b857987dce23423444d2ff6fb8c898598a945b
Base64
6ZWu

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u956E';
console.log(char);  // Output: 镮

Java:

char c = '\u956E';
System.out.println(c);  // Output: 镮

JSON:

{"text": "\u956E"}  // Value: 镮

Python:

char = '\u956E'
print(char)  # Output: 镮

Perl:

my $char = "\x{956E}";
print $char;  # Output: 镮

PHP:

$char = "\x{956E}";
echo $char;  // Output: 镮

Ruby:

char = "\u{956E}"
puts char  # Output: 镮

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38254;</p>  <!-- Display: 镮 -->

HTML Hexadecimal:

<p>HTML hex: &#x956E;</p>  <!-- Display: 镮 -->

URL Encoding:

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

Encodings

MD5:

c894065196b3dacb8e798519f7aeeb66

SHA1:

06b857987dce23423444d2ff6fb8c898598a945b

Base64:

6ZWu