Unicode Finder

"猶" U+7336(CJK UNIFIED IDEOGRAPH-7336)

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

Programming

C
\u7336
JavaScript
\u7336
Java
\u7336
Json
\u7336
Python
\u7336
Perl
\x{7336}
PHP
\x{7336}
Ruby
\u{7336}
Rust
\u{7336}
Go
\u7336

Web

CSS
\007336
HtmlDecimal
猶
HtmlHexadecimal
猶
Url
%E7%8C%B6

Code

MD5
164418ea27ab0c8e1ee27e493f8f7cd9
Sha1
d2ce7d18d45077b1e0df3d6681dae52971cb4652
Base64
54y2

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7336';
console.log(char);  // Output: 猶

Java:

char c = '\u7336';
System.out.println(c);  // Output: 猶

JSON:

{"text": "\u7336"}  // Value: 猶

Python:

char = '\u7336'
print(char)  # Output: 猶

Perl:

my $char = "\x{7336}";
print $char;  # Output: 猶

PHP:

$char = "\x{7336}";
echo $char;  // Output: 猶

Ruby:

char = "\u{7336}"
puts char  # Output: 猶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007336";  /* Display: 猶 */
}

HTML Decimal:

<p>HTML decimal: &#29494;</p>  <!-- Display: 猶 -->

HTML Hexadecimal:

<p>HTML hex: &#x7336;</p>  <!-- Display: 猶 -->

URL Encoding:

// 猶 URL encoding
https://unicodefinder.com/search.php?query=%E7%8C%B6

Encodings

MD5:

164418ea27ab0c8e1ee27e493f8f7cd9

SHA1:

d2ce7d18d45077b1e0df3d6681dae52971cb4652

Base64:

54y2