Unicode Finder

"霶" U+9736(CJK UNIFIED IDEOGRAPH-9736)

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

Programming

C
\u9736
JavaScript
\u9736
Java
\u9736
Json
\u9736
Python
\u9736
Perl
\x{9736}
PHP
\x{9736}
Ruby
\u{9736}
Rust
\u{9736}
Go
\u9736

Web

CSS
\009736
HtmlDecimal
霶
HtmlHexadecimal
霶
Url
%E9%9C%B6

Code

MD5
94188b6d52ccdf0cae608af642f3eef1
Sha1
8751a8d453056c6c32b8d92b259ddc59f3355fdf
Base64
6Zy2

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9736';
console.log(char);  // Output: 霶

Java:

char c = '\u9736';
System.out.println(c);  // Output: 霶

JSON:

{"text": "\u9736"}  // Value: 霶

Python:

char = '\u9736'
print(char)  # Output: 霶

Perl:

my $char = "\x{9736}";
print $char;  # Output: 霶

PHP:

$char = "\x{9736}";
echo $char;  // Output: 霶

Ruby:

char = "\u{9736}"
puts char  # Output: 霶

Rust:

let c = '\u{9736}';
println!("{}", c);  // Output: 霶

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009736";  /* Display: 霶 */
}

HTML Decimal:

<p>HTML decimal: &#38710;</p>  <!-- Display: 霶 -->

HTML Hexadecimal:

<p>HTML hex: &#x9736;</p>  <!-- Display: 霶 -->

URL Encoding:

// 霶 URL encoding
https://unicodefinder.com/search.php?query=%E9%9C%B6

Encodings

MD5:

94188b6d52ccdf0cae608af642f3eef1

SHA1:

8751a8d453056c6c32b8d92b259ddc59f3355fdf

Base64:

6Zy2