Unicode Finder

"襹" U+8979(CJK UNIFIED IDEOGRAPH-8979)

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

Programming

C
\u8979
JavaScript
\u8979
Java
\u8979
Json
\u8979
Python
\u8979
Perl
\x{8979}
PHP
\x{8979}
Ruby
\u{8979}
Rust
\u{8979}
Go
\u8979

Web

CSS
\008979
HtmlDecimal
襹
HtmlHexadecimal
襹
Url
%E8%A5%B9

Code

MD5
891918c2a08ccbe9199822d27d4e43a1
Sha1
9451e499417e8459da7f618d81de57e51010b430
Base64
6KW5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8979';
console.log(char);  // Output: 襹

Java:

char c = '\u8979';
System.out.println(c);  // Output: 襹

JSON:

{"text": "\u8979"}  // Value: 襹

Python:

char = '\u8979'
print(char)  # Output: 襹

Perl:

my $char = "\x{8979}";
print $char;  # Output: 襹

PHP:

$char = "\x{8979}";
echo $char;  // Output: 襹

Ruby:

char = "\u{8979}"
puts char  # Output: 襹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008979";  /* Display: 襹 */
}

HTML Decimal:

<p>HTML decimal: &#35193;</p>  <!-- Display: 襹 -->

HTML Hexadecimal:

<p>HTML hex: &#x8979;</p>  <!-- Display: 襹 -->

URL Encoding:

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

Encodings

MD5:

891918c2a08ccbe9199822d27d4e43a1

SHA1:

9451e499417e8459da7f618d81de57e51010b430

Base64:

6KW5