Unicode Finder

"獬" U+736C(CJK UNIFIED IDEOGRAPH-736C)

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

Programming

C
\u736C
JavaScript
\u736C
Java
\u736C
Json
\u736C
Python
\u736C
Perl
\x{736C}
PHP
\x{736C}
Ruby
\u{736C}
Rust
\u{736C}
Go
\u736C

Web

CSS
\00736C
HtmlDecimal
獬
HtmlHexadecimal
獬
Url
%E7%8D%AC

Code

MD5
d648cebbe8fd5edf1609795540bb1b94
Sha1
932c2ed136c20c388656ff3a5e93b754aabf3fd8
Base64
542s

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u736C';
console.log(char);  // Output: 獬

Java:

char c = '\u736C';
System.out.println(c);  // Output: 獬

JSON:

{"text": "\u736C"}  // Value: 獬

Python:

char = '\u736C'
print(char)  # Output: 獬

Perl:

my $char = "\x{736C}";
print $char;  # Output: 獬

PHP:

$char = "\x{736C}";
echo $char;  // Output: 獬

Ruby:

char = "\u{736C}"
puts char  # Output: 獬

Rust:

let c = '\u{736C}';
println!("{}", c);  // Output: 獬

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00736C";  /* Display: 獬 */
}

HTML Decimal:

<p>HTML decimal: &#29548;</p>  <!-- Display: 獬 -->

HTML Hexadecimal:

<p>HTML hex: &#x736C;</p>  <!-- Display: 獬 -->

URL Encoding:

// 獬 URL encoding
https://unicodefinder.com/search.php?query=%E7%8D%AC

Encodings

MD5:

d648cebbe8fd5edf1609795540bb1b94

SHA1:

932c2ed136c20c388656ff3a5e93b754aabf3fd8

Base64:

542s