Unicode Finder

"眘" U+7718(CJK UNIFIED IDEOGRAPH-7718)

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

Programming

C
\u7718
JavaScript
\u7718
Java
\u7718
Json
\u7718
Python
\u7718
Perl
\x{7718}
PHP
\x{7718}
Ruby
\u{7718}
Rust
\u{7718}
Go
\u7718

Web

CSS
\007718
HtmlDecimal
眘
HtmlHexadecimal
眘
Url
%E7%9C%98

Code

MD5
d5ffae1824e0ce086bfa790d8b10b31a
Sha1
54ba069dedb2d36c8eeff0ebea0ab74cf56756df
Base64
55yY

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7718';
console.log(char);  // Output: 眘

Java:

char c = '\u7718';
System.out.println(c);  // Output: 眘

JSON:

{"text": "\u7718"}  // Value: 眘

Python:

char = '\u7718'
print(char)  # Output: 眘

Perl:

my $char = "\x{7718}";
print $char;  # Output: 眘

PHP:

$char = "\x{7718}";
echo $char;  // Output: 眘

Ruby:

char = "\u{7718}"
puts char  # Output: 眘

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007718";  /* Display: 眘 */
}

HTML Decimal:

<p>HTML decimal: &#30488;</p>  <!-- Display: 眘 -->

HTML Hexadecimal:

<p>HTML hex: &#x7718;</p>  <!-- Display: 眘 -->

URL Encoding:

// 眘 URL encoding
https://unicodefinder.com/search.php?query=%E7%9C%98

Encodings

MD5:

d5ffae1824e0ce086bfa790d8b10b31a

SHA1:

54ba069dedb2d36c8eeff0ebea0ab74cf56756df

Base64:

55yY