Unicode Finder

"窹" U+7AB9(CJK UNIFIED IDEOGRAPH-7AB9)

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

Programming

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

Web

CSS
\007AB9
HtmlDecimal
窹
HtmlHexadecimal
窹
Url
%E7%AA%B9

Code

MD5
1e9b74ba86625820b206e62ee176335b
Sha1
ea3305bbeb7aa4c08bac7d3b0e0f30343713ede6
Base64
56q5

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7AB9';
console.log(char);  // Output: 窹

Java:

char c = '\u7AB9';
System.out.println(c);  // Output: 窹

JSON:

{"text": "\u7AB9"}  // Value: 窹

Python:

char = '\u7AB9'
print(char)  # Output: 窹

Perl:

my $char = "\x{7AB9}";
print $char;  # Output: 窹

PHP:

$char = "\x{7AB9}";
echo $char;  // Output: 窹

Ruby:

char = "\u{7AB9}"
puts char  # Output: 窹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#31417;</p>  <!-- Display: 窹 -->

HTML Hexadecimal:

<p>HTML hex: &#x7AB9;</p>  <!-- Display: 窹 -->

URL Encoding:

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

Encodings

MD5:

1e9b74ba86625820b206e62ee176335b

SHA1:

ea3305bbeb7aa4c08bac7d3b0e0f30343713ede6

Base64:

56q5