Unicode Finder

"雰" U+96F0(CJK UNIFIED IDEOGRAPH-96F0)

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

Programming

C
\u96F0
JavaScript
\u96F0
Java
\u96F0
Json
\u96F0
Python
\u96F0
Perl
\x{96F0}
PHP
\x{96F0}
Ruby
\u{96F0}
Rust
\u{96F0}
Go
\u96F0

Web

CSS
\0096F0
HtmlDecimal
雰
HtmlHexadecimal
雰
Url
%E9%9B%B0

Code

MD5
e3b4e3a00ac9fb0dbf57975bdc26c523
Sha1
f31546176156f0f6952c05374c6725ddde8d9732
Base64
6Zuw

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u96F0';
console.log(char);  // Output: 雰

Java:

char c = '\u96F0';
System.out.println(c);  // Output: 雰

JSON:

{"text": "\u96F0"}  // Value: 雰

Python:

char = '\u96F0'
print(char)  # Output: 雰

Perl:

my $char = "\x{96F0}";
print $char;  # Output: 雰

PHP:

$char = "\x{96F0}";
echo $char;  // Output: 雰

Ruby:

char = "\u{96F0}"
puts char  # Output: 雰

Rust:

let c = '\u{96F0}';
println!("{}", c);  // Output: 雰

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0096F0";  /* Display: 雰 */
}

HTML Decimal:

<p>HTML decimal: &#38640;</p>  <!-- Display: 雰 -->

HTML Hexadecimal:

<p>HTML hex: &#x96F0;</p>  <!-- Display: 雰 -->

URL Encoding:

// 雰 URL encoding
https://unicodefinder.com/search.php?query=%E9%9B%B0

Encodings

MD5:

e3b4e3a00ac9fb0dbf57975bdc26c523

SHA1:

f31546176156f0f6952c05374c6725ddde8d9732

Base64:

6Zuw