Unicode Finder

"襰" U+8970(CJK UNIFIED IDEOGRAPH-8970)

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

Programming

C
\u8970
JavaScript
\u8970
Java
\u8970
Json
\u8970
Python
\u8970
Perl
\x{8970}
PHP
\x{8970}
Ruby
\u{8970}
Rust
\u{8970}
Go
\u8970

Web

CSS
\008970
HtmlDecimal
襰
HtmlHexadecimal
襰
Url
%E8%A5%B0

Code

MD5
79bc45faee604d364ac24d3de2b22a9b
Sha1
8afb1a2993312660bf411cf8746b193a68d076d8
Base64
6KWw

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8970';
console.log(char);  // Output: 襰

Java:

char c = '\u8970';
System.out.println(c);  // Output: 襰

JSON:

{"text": "\u8970"}  // Value: 襰

Python:

char = '\u8970'
print(char)  # Output: 襰

Perl:

my $char = "\x{8970}";
print $char;  # Output: 襰

PHP:

$char = "\x{8970}";
echo $char;  // Output: 襰

Ruby:

char = "\u{8970}"
puts char  # Output: 襰

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008970";  /* Display: 襰 */
}

HTML Decimal:

<p>HTML decimal: &#35184;</p>  <!-- Display: 襰 -->

HTML Hexadecimal:

<p>HTML hex: &#x8970;</p>  <!-- Display: 襰 -->

URL Encoding:

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

Encodings

MD5:

79bc45faee604d364ac24d3de2b22a9b

SHA1:

8afb1a2993312660bf411cf8746b193a68d076d8

Base64:

6KWw