Unicode Finder

"钻" U+94BB(CJK UNIFIED IDEOGRAPH-94BB)

U+94BB
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-94BB

Programming

C
\u94BB
JavaScript
\u94BB
Java
\u94BB
Json
\u94BB
Python
\u94BB
Perl
\x{94BB}
PHP
\x{94BB}
Ruby
\u{94BB}
Rust
\u{94BB}
Go
\u94BB

Web

CSS
\0094BB
HtmlDecimal
钻
HtmlHexadecimal
钻
Url
%E9%92%BB

Code

MD5
5f000843101483854814c126a87d6567
Sha1
4118c5e0658d35dba7d5c5113c7c672306903031
Base64
6ZK7

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u94BB';
console.log(char);  // Output: 钻

Java:

char c = '\u94BB';
System.out.println(c);  // Output: 钻

JSON:

{"text": "\u94BB"}  // Value: 钻

Python:

char = '\u94BB'
print(char)  # Output: 钻

Perl:

my $char = "\x{94BB}";
print $char;  # Output: 钻

PHP:

$char = "\x{94BB}";
echo $char;  // Output: 钻

Ruby:

char = "\u{94BB}"
puts char  # Output: 钻

Rust:

let c = '\u{94BB}';
println!("{}", c);  // Output: 钻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0094BB";  /* Display: 钻 */
}

HTML Decimal:

<p>HTML decimal: &#38075;</p>  <!-- Display: 钻 -->

HTML Hexadecimal:

<p>HTML hex: &#x94BB;</p>  <!-- Display: 钻 -->

URL Encoding:

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

Encodings

MD5:

5f000843101483854814c126a87d6567

SHA1:

4118c5e0658d35dba7d5c5113c7c672306903031

Base64:

6ZK7