Unicode Finder

"窶" U+7AB6(CJK UNIFIED IDEOGRAPH-7AB6)

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

Programming

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

Web

CSS
\007AB6
HtmlDecimal
窶
HtmlHexadecimal
窶
Url
%E7%AA%B6

Code

MD5
7e0675eb965ea835d09563aab63da113
Sha1
bcc295d6b763aa03e5ae1d72417681b586c94a03
Base64
56q2

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7AB6';
console.log(char);  // Output: 窶

Java:

char c = '\u7AB6';
System.out.println(c);  // Output: 窶

JSON:

{"text": "\u7AB6"}  // Value: 窶

Python:

char = '\u7AB6'
print(char)  # Output: 窶

Perl:

my $char = "\x{7AB6}";
print $char;  # Output: 窶

PHP:

$char = "\x{7AB6}";
echo $char;  // Output: 窶

Ruby:

char = "\u{7AB6}"
puts char  # Output: 窶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#31414;</p>  <!-- Display: 窶 -->

HTML Hexadecimal:

<p>HTML hex: &#x7AB6;</p>  <!-- Display: 窶 -->

URL Encoding:

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

Encodings

MD5:

7e0675eb965ea835d09563aab63da113

SHA1:

bcc295d6b763aa03e5ae1d72417681b586c94a03

Base64:

56q2