Unicode Finder

"窷" U+7AB7(CJK UNIFIED IDEOGRAPH-7AB7)

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

Programming

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

Web

CSS
\007AB7
HtmlDecimal
窷
HtmlHexadecimal
窷
Url
%E7%AA%B7

Code

MD5
b4ffb8d164487f6803ab88b3a7151c7d
Sha1
4a1762c448b2ea6c7e8bedd16642fd94875bee3b
Base64
56q3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7AB7';
console.log(char);  // Output: 窷

Java:

char c = '\u7AB7';
System.out.println(c);  // Output: 窷

JSON:

{"text": "\u7AB7"}  // Value: 窷

Python:

char = '\u7AB7'
print(char)  # Output: 窷

Perl:

my $char = "\x{7AB7}";
print $char;  # Output: 窷

PHP:

$char = "\x{7AB7}";
echo $char;  // Output: 窷

Ruby:

char = "\u{7AB7}"
puts char  # Output: 窷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#31415;</p>  <!-- Display: 窷 -->

HTML Hexadecimal:

<p>HTML hex: &#x7AB7;</p>  <!-- Display: 窷 -->

URL Encoding:

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

Encodings

MD5:

b4ffb8d164487f6803ab88b3a7151c7d

SHA1:

4a1762c448b2ea6c7e8bedd16642fd94875bee3b

Base64:

56q3