Unicode Finder

"鐻" U+943B(CJK UNIFIED IDEOGRAPH-943B)

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

Programming

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

Web

CSS
\00943B
HtmlDecimal
鐻
HtmlHexadecimal
鐻
Url
%E9%90%BB

Code

MD5
a08b60ee1585f19a887c5e300e8ba151
Sha1
3bfb6b2d46cc3ff5ecff3f077fd2aac1a67f709c
Base64
6ZC7

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u943B';
console.log(char);  // Output: 鐻

Java:

char c = '\u943B';
System.out.println(c);  // Output: 鐻

JSON:

{"text": "\u943B"}  // Value: 鐻

Python:

char = '\u943B'
print(char)  # Output: 鐻

Perl:

my $char = "\x{943B}";
print $char;  # Output: 鐻

PHP:

$char = "\x{943B}";
echo $char;  // Output: 鐻

Ruby:

char = "\u{943B}"
puts char  # Output: 鐻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#37947;</p>  <!-- Display: 鐻 -->

HTML Hexadecimal:

<p>HTML hex: &#x943B;</p>  <!-- Display: 鐻 -->

URL Encoding:

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

Encodings

MD5:

a08b60ee1585f19a887c5e300e8ba151

SHA1:

3bfb6b2d46cc3ff5ecff3f077fd2aac1a67f709c

Base64:

6ZC7