Unicode Finder

"靼" U+977C(CJK UNIFIED IDEOGRAPH-977C)

U+977C
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-977C

Programming

C
\u977C
JavaScript
\u977C
Java
\u977C
Json
\u977C
Python
\u977C
Perl
\x{977C}
PHP
\x{977C}
Ruby
\u{977C}
Rust
\u{977C}
Go
\u977C

Web

CSS
\00977C
HtmlDecimal
靼
HtmlHexadecimal
靼
Url
%E9%9D%BC

Code

MD5
bfdfb319670be967e1c3e7ec783f3884
Sha1
613705e60b11da74c730ed993406eed040f021cf
Base64
6Z28

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u977C';
console.log(char);  // Output: 靼

Java:

char c = '\u977C';
System.out.println(c);  // Output: 靼

JSON:

{"text": "\u977C"}  // Value: 靼

Python:

char = '\u977C'
print(char)  # Output: 靼

Perl:

my $char = "\x{977C}";
print $char;  # Output: 靼

PHP:

$char = "\x{977C}";
echo $char;  // Output: 靼

Ruby:

char = "\u{977C}"
puts char  # Output: 靼

Rust:

let c = '\u{977C}';
println!("{}", c);  // Output: 靼

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00977C";  /* Display: 靼 */
}

HTML Decimal:

<p>HTML decimal: &#38780;</p>  <!-- Display: 靼 -->

HTML Hexadecimal:

<p>HTML hex: &#x977C;</p>  <!-- Display: 靼 -->

URL Encoding:

// 靼 URL encoding
https://unicodefinder.com/search.php?query=%E9%9D%BC

Encodings

MD5:

bfdfb319670be967e1c3e7ec783f3884

SHA1:

613705e60b11da74c730ed993406eed040f021cf

Base64:

6Z28