Unicode Finder

"襵" U+8975(CJK UNIFIED IDEOGRAPH-8975)

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

Programming

C
\u8975
JavaScript
\u8975
Java
\u8975
Json
\u8975
Python
\u8975
Perl
\x{8975}
PHP
\x{8975}
Ruby
\u{8975}
Rust
\u{8975}
Go
\u8975

Web

CSS
\008975
HtmlDecimal
襵
HtmlHexadecimal
襵
Url
%E8%A5%B5

Code

MD5
139ee45815411627f669a02b2e292609
Sha1
12ea7c1456f0fc62aca6db29ee148ef5cf86fd78
Base64
6KW1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8975';
console.log(char);  // Output: 襵

Java:

char c = '\u8975';
System.out.println(c);  // Output: 襵

JSON:

{"text": "\u8975"}  // Value: 襵

Python:

char = '\u8975'
print(char)  # Output: 襵

Perl:

my $char = "\x{8975}";
print $char;  # Output: 襵

PHP:

$char = "\x{8975}";
echo $char;  // Output: 襵

Ruby:

char = "\u{8975}"
puts char  # Output: 襵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008975";  /* Display: 襵 */
}

HTML Decimal:

<p>HTML decimal: &#35189;</p>  <!-- Display: 襵 -->

HTML Hexadecimal:

<p>HTML hex: &#x8975;</p>  <!-- Display: 襵 -->

URL Encoding:

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

Encodings

MD5:

139ee45815411627f669a02b2e292609

SHA1:

12ea7c1456f0fc62aca6db29ee148ef5cf86fd78

Base64:

6KW1