Unicode Finder

"霐" U+9710(CJK UNIFIED IDEOGRAPH-9710)

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

Programming

C
\u9710
JavaScript
\u9710
Java
\u9710
Json
\u9710
Python
\u9710
Perl
\x{9710}
PHP
\x{9710}
Ruby
\u{9710}
Rust
\u{9710}
Go
\u9710

Web

CSS
\009710
HtmlDecimal
霐
HtmlHexadecimal
霐
Url
%E9%9C%90

Code

MD5
d1688f39b378ab067f1d0c65a65aa21e
Sha1
1c7c0b1fb0bc5d4f870397829faa5f057d19227a
Base64
6ZyQ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9710';
console.log(char);  // Output: 霐

Java:

char c = '\u9710';
System.out.println(c);  // Output: 霐

JSON:

{"text": "\u9710"}  // Value: 霐

Python:

char = '\u9710'
print(char)  # Output: 霐

Perl:

my $char = "\x{9710}";
print $char;  # Output: 霐

PHP:

$char = "\x{9710}";
echo $char;  // Output: 霐

Ruby:

char = "\u{9710}"
puts char  # Output: 霐

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009710";  /* Display: 霐 */
}

HTML Decimal:

<p>HTML decimal: &#38672;</p>  <!-- Display: 霐 -->

HTML Hexadecimal:

<p>HTML hex: &#x9710;</p>  <!-- Display: 霐 -->

URL Encoding:

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

Encodings

MD5:

d1688f39b378ab067f1d0c65a65aa21e

SHA1:

1c7c0b1fb0bc5d4f870397829faa5f057d19227a

Base64:

6ZyQ