Unicode Finder

"鳴" U+9CF4(CJK UNIFIED IDEOGRAPH-9CF4)

U+9CF4
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-9CF4

Programming

C
\u9CF4
JavaScript
\u9CF4
Java
\u9CF4
Json
\u9CF4
Python
\u9CF4
Perl
\x{9CF4}
PHP
\x{9CF4}
Ruby
\u{9CF4}
Rust
\u{9CF4}
Go
\u9CF4

Web

CSS
\009CF4
HtmlDecimal
鳴
HtmlHexadecimal
鳴
Url
%E9%B3%B4

Code

MD5
9de2ed4bf9c9caa09fd21deef3a4b146
Sha1
eb41727f5cb06c490612f65a8a33046236c4b12a
Base64
6bO0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9CF4';
console.log(char);  // Output: 鳴

Java:

char c = '\u9CF4';
System.out.println(c);  // Output: 鳴

JSON:

{"text": "\u9CF4"}  // Value: 鳴

Python:

char = '\u9CF4'
print(char)  # Output: 鳴

Perl:

my $char = "\x{9CF4}";
print $char;  # Output: 鳴

PHP:

$char = "\x{9CF4}";
echo $char;  // Output: 鳴

Ruby:

char = "\u{9CF4}"
puts char  # Output: 鳴

Rust:

let c = '\u{9CF4}';
println!("{}", c);  // Output: 鳴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009CF4";  /* Display: 鳴 */
}

HTML Decimal:

<p>HTML decimal: &#40180;</p>  <!-- Display: 鳴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9CF4;</p>  <!-- Display: 鳴 -->

URL Encoding:

// 鳴 URL encoding
https://unicodefinder.com/search.php?query=%E9%B3%B4

Encodings

MD5:

9de2ed4bf9c9caa09fd21deef3a4b146

SHA1:

eb41727f5cb06c490612f65a8a33046236c4b12a

Base64:

6bO0