Unicode Finder

"鐿" U+943F(CJK UNIFIED IDEOGRAPH-943F)

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

Programming

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

Web

CSS
\00943F
HtmlDecimal
鐿
HtmlHexadecimal
鐿
Url
%E9%90%BF

Code

MD5
88f126ac043db74e3f319dea40a45e40
Sha1
171d1bbb7df687c8b04dc2c5ddb3eba93418a237
Base64
6ZC/

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u943F';
console.log(char);  // Output: 鐿

Java:

char c = '\u943F';
System.out.println(c);  // Output: 鐿

JSON:

{"text": "\u943F"}  // Value: 鐿

Python:

char = '\u943F'
print(char)  # Output: 鐿

Perl:

my $char = "\x{943F}";
print $char;  # Output: 鐿

PHP:

$char = "\x{943F}";
echo $char;  // Output: 鐿

Ruby:

char = "\u{943F}"
puts char  # Output: 鐿

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#37951;</p>  <!-- Display: 鐿 -->

HTML Hexadecimal:

<p>HTML hex: &#x943F;</p>  <!-- Display: 鐿 -->

URL Encoding:

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

Encodings

MD5:

88f126ac043db74e3f319dea40a45e40

SHA1:

171d1bbb7df687c8b04dc2c5ddb3eba93418a237

Base64:

6ZC/