Unicode Finder

"瞬" U+77AC(CJK UNIFIED IDEOGRAPH-77AC)

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

Programming

C
\u77AC
JavaScript
\u77AC
Java
\u77AC
Json
\u77AC
Python
\u77AC
Perl
\x{77AC}
PHP
\x{77AC}
Ruby
\u{77AC}
Rust
\u{77AC}
Go
\u77AC

Web

CSS
\0077AC
HtmlDecimal
瞬
HtmlHexadecimal
瞬
Url
%E7%9E%AC

Code

MD5
00f5e577c17927e8cd1906b958b84a39
Sha1
8703afd98ee512de1ff271c41a37f9afb193056f
Base64
556s

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u77AC';
console.log(char);  // Output: 瞬

Java:

char c = '\u77AC';
System.out.println(c);  // Output: 瞬

JSON:

{"text": "\u77AC"}  // Value: 瞬

Python:

char = '\u77AC'
print(char)  # Output: 瞬

Perl:

my $char = "\x{77AC}";
print $char;  # Output: 瞬

PHP:

$char = "\x{77AC}";
echo $char;  // Output: 瞬

Ruby:

char = "\u{77AC}"
puts char  # Output: 瞬

Rust:

let c = '\u{77AC}';
println!("{}", c);  // Output: 瞬

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0077AC";  /* Display: 瞬 */
}

HTML Decimal:

<p>HTML decimal: &#30636;</p>  <!-- Display: 瞬 -->

HTML Hexadecimal:

<p>HTML hex: &#x77AC;</p>  <!-- Display: 瞬 -->

URL Encoding:

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

Encodings

MD5:

00f5e577c17927e8cd1906b958b84a39

SHA1:

8703afd98ee512de1ff271c41a37f9afb193056f

Base64:

556s