Unicode Finder

"襷" U+8977(CJK UNIFIED IDEOGRAPH-8977)

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

Programming

C
\u8977
JavaScript
\u8977
Java
\u8977
Json
\u8977
Python
\u8977
Perl
\x{8977}
PHP
\x{8977}
Ruby
\u{8977}
Rust
\u{8977}
Go
\u8977

Web

CSS
\008977
HtmlDecimal
襷
HtmlHexadecimal
襷
Url
%E8%A5%B7

Code

MD5
82730cca7089c9730bd84eed6b0c8877
Sha1
4cd1acb29622a854258df91bb1e1027b86d62d2a
Base64
6KW3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8977';
console.log(char);  // Output: 襷

Java:

char c = '\u8977';
System.out.println(c);  // Output: 襷

JSON:

{"text": "\u8977"}  // Value: 襷

Python:

char = '\u8977'
print(char)  # Output: 襷

Perl:

my $char = "\x{8977}";
print $char;  # Output: 襷

PHP:

$char = "\x{8977}";
echo $char;  // Output: 襷

Ruby:

char = "\u{8977}"
puts char  # Output: 襷

Rust:

let c = '\u{8977}';
println!("{}", c);  // Output: 襷

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008977";  /* Display: 襷 */
}

HTML Decimal:

<p>HTML decimal: &#35191;</p>  <!-- Display: 襷 -->

HTML Hexadecimal:

<p>HTML hex: &#x8977;</p>  <!-- Display: 襷 -->

URL Encoding:

// 襷 URL encoding
https://unicodefinder.com/search.php?query=%E8%A5%B7

Encodings

MD5:

82730cca7089c9730bd84eed6b0c8877

SHA1:

4cd1acb29622a854258df91bb1e1027b86d62d2a

Base64:

6KW3