Unicode Finder

"霴" U+9734(CJK UNIFIED IDEOGRAPH-9734)

U+9734
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-9734

Programming

C
\u9734
JavaScript
\u9734
Java
\u9734
Json
\u9734
Python
\u9734
Perl
\x{9734}
PHP
\x{9734}
Ruby
\u{9734}
Rust
\u{9734}
Go
\u9734

Web

CSS
\009734
HtmlDecimal
霴
HtmlHexadecimal
霴
Url
%E9%9C%B4

Code

MD5
888667d810bfc30b9ab27556fb48b8db
Sha1
43fe7f2dad3d1384672ce04a598bf68a690a4399
Base64
6Zy0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9734';
console.log(char);  // Output: 霴

Java:

char c = '\u9734';
System.out.println(c);  // Output: 霴

JSON:

{"text": "\u9734"}  // Value: 霴

Python:

char = '\u9734'
print(char)  # Output: 霴

Perl:

my $char = "\x{9734}";
print $char;  # Output: 霴

PHP:

$char = "\x{9734}";
echo $char;  // Output: 霴

Ruby:

char = "\u{9734}"
puts char  # Output: 霴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009734";  /* Display: 霴 */
}

HTML Decimal:

<p>HTML decimal: &#38708;</p>  <!-- Display: 霴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9734;</p>  <!-- Display: 霴 -->

URL Encoding:

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

Encodings

MD5:

888667d810bfc30b9ab27556fb48b8db

SHA1:

43fe7f2dad3d1384672ce04a598bf68a690a4399

Base64:

6Zy0