Unicode Finder

"靎" U+974E(CJK UNIFIED IDEOGRAPH-974E)

U+974E
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-974E

Programming

C
\u974E
JavaScript
\u974E
Java
\u974E
Json
\u974E
Python
\u974E
Perl
\x{974E}
PHP
\x{974E}
Ruby
\u{974E}
Rust
\u{974E}
Go
\u974E

Web

CSS
\00974E
HtmlDecimal
靎
HtmlHexadecimal
靎
Url
%E9%9D%8E

Code

MD5
0fe56b3eab12411581fefb02f6fd9044
Sha1
84e103d37a8e36556eec1173df802f5c697fcbe5
Base64
6Z2O

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u974E';
console.log(char);  // Output: 靎

Java:

char c = '\u974E';
System.out.println(c);  // Output: 靎

JSON:

{"text": "\u974E"}  // Value: 靎

Python:

char = '\u974E'
print(char)  # Output: 靎

Perl:

my $char = "\x{974E}";
print $char;  # Output: 靎

PHP:

$char = "\x{974E}";
echo $char;  // Output: 靎

Ruby:

char = "\u{974E}"
puts char  # Output: 靎

Rust:

let c = '\u{974E}';
println!("{}", c);  // Output: 靎

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00974E";  /* Display: 靎 */
}

HTML Decimal:

<p>HTML decimal: &#38734;</p>  <!-- Display: 靎 -->

HTML Hexadecimal:

<p>HTML hex: &#x974E;</p>  <!-- Display: 靎 -->

URL Encoding:

// 靎 URL encoding
https://unicodefinder.com/search.php?query=%E9%9D%8E

Encodings

MD5:

0fe56b3eab12411581fefb02f6fd9044

SHA1:

84e103d37a8e36556eec1173df802f5c697fcbe5

Base64:

6Z2O