Unicode Finder

"瞛" U+779B(CJK UNIFIED IDEOGRAPH-779B)

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

Programming

C
\u779B
JavaScript
\u779B
Java
\u779B
Json
\u779B
Python
\u779B
Perl
\x{779B}
PHP
\x{779B}
Ruby
\u{779B}
Rust
\u{779B}
Go
\u779B

Web

CSS
\00779B
HtmlDecimal
瞛
HtmlHexadecimal
瞛
Url
%E7%9E%9B

Code

MD5
cd4f4c48bfa17f35ede0b0d137c0f386
Sha1
55443d5eb7947869e36a292451d620c67d041bc3
Base64
556b

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u779B';
console.log(char);  // Output: 瞛

Java:

char c = '\u779B';
System.out.println(c);  // Output: 瞛

JSON:

{"text": "\u779B"}  // Value: 瞛

Python:

char = '\u779B'
print(char)  # Output: 瞛

Perl:

my $char = "\x{779B}";
print $char;  # Output: 瞛

PHP:

$char = "\x{779B}";
echo $char;  // Output: 瞛

Ruby:

char = "\u{779B}"
puts char  # Output: 瞛

Rust:

let c = '\u{779B}';
println!("{}", c);  // Output: 瞛

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00779B";  /* Display: 瞛 */
}

HTML Decimal:

<p>HTML decimal: &#30619;</p>  <!-- Display: 瞛 -->

HTML Hexadecimal:

<p>HTML hex: &#x779B;</p>  <!-- Display: 瞛 -->

URL Encoding:

// 瞛 URL encoding
https://unicodefinder.com/search.php?query=%E7%9E%9B

Encodings

MD5:

cd4f4c48bfa17f35ede0b0d137c0f386

SHA1:

55443d5eb7947869e36a292451d620c67d041bc3

Base64:

556b