Unicode Finder

"窸" U+7AB8(CJK UNIFIED IDEOGRAPH-7AB8)

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

Programming

C
\u7AB8
JavaScript
\u7AB8
Java
\u7AB8
Json
\u7AB8
Python
\u7AB8
Perl
\x{7AB8}
PHP
\x{7AB8}
Ruby
\u{7AB8}
Rust
\u{7AB8}
Go
\u7AB8

Web

CSS
\007AB8
HtmlDecimal
窸
HtmlHexadecimal
窸
Url
%E7%AA%B8

Code

MD5
dd19f49b15a3d0efd12196def0487ee6
Sha1
d82696e1a4574e3a263248fdcc9c364a6cedf474
Base64
56q4

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7AB8';
console.log(char);  // Output: 窸

Java:

char c = '\u7AB8';
System.out.println(c);  // Output: 窸

JSON:

{"text": "\u7AB8"}  // Value: 窸

Python:

char = '\u7AB8'
print(char)  # Output: 窸

Perl:

my $char = "\x{7AB8}";
print $char;  # Output: 窸

PHP:

$char = "\x{7AB8}";
echo $char;  // Output: 窸

Ruby:

char = "\u{7AB8}"
puts char  # Output: 窸

Rust:

let c = '\u{7AB8}';
println!("{}", c);  // Output: 窸

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007AB8";  /* Display: 窸 */
}

HTML Decimal:

<p>HTML decimal: &#31416;</p>  <!-- Display: 窸 -->

HTML Hexadecimal:

<p>HTML hex: &#x7AB8;</p>  <!-- Display: 窸 -->

URL Encoding:

// 窸 URL encoding
https://unicodefinder.com/search.php?query=%E7%AA%B8

Encodings

MD5:

dd19f49b15a3d0efd12196def0487ee6

SHA1:

d82696e1a4574e3a263248fdcc9c364a6cedf474

Base64:

56q4