Unicode Finder

"钷" U+94B7(CJK UNIFIED IDEOGRAPH-94B7)

U+94B7
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-94B7

Programming

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

Web

CSS
\0094B7
HtmlDecimal
钷
HtmlHexadecimal
钷
Url
%E9%92%B7

Code

MD5
14a226d5e4e78ed92b96b73fca10471d
Sha1
f35200cef8e76b7dd3f9244e594362e43b33b3c8
Base64
6ZK3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u94B7';
console.log(char);  // Output: 钷

Java:

char c = '\u94B7';
System.out.println(c);  // Output: 钷

JSON:

{"text": "\u94B7"}  // Value: 钷

Python:

char = '\u94B7'
print(char)  # Output: 钷

Perl:

my $char = "\x{94B7}";
print $char;  # Output: 钷

PHP:

$char = "\x{94B7}";
echo $char;  // Output: 钷

Ruby:

char = "\u{94B7}"
puts char  # Output: 钷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38071;</p>  <!-- Display: 钷 -->

HTML Hexadecimal:

<p>HTML hex: &#x94B7;</p>  <!-- Display: 钷 -->

URL Encoding:

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

Encodings

MD5:

14a226d5e4e78ed92b96b73fca10471d

SHA1:

f35200cef8e76b7dd3f9244e594362e43b33b3c8

Base64:

6ZK3