Unicode Finder

"瑼" U+747C(CJK UNIFIED IDEOGRAPH-747C)

U+747C
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-747C

Programming

C
\u747C
JavaScript
\u747C
Java
\u747C
Json
\u747C
Python
\u747C
Perl
\x{747C}
PHP
\x{747C}
Ruby
\u{747C}
Rust
\u{747C}
Go
\u747C

Web

CSS
\00747C
HtmlDecimal
瑼
HtmlHexadecimal
瑼
Url
%E7%91%BC

Code

MD5
310719f0fa33d56dbcc5553b93bc6c50
Sha1
cd55f15a9275db4b30cc1552bc095833f64144c4
Base64
55G8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u747C';
console.log(char);  // Output: 瑼

Java:

char c = '\u747C';
System.out.println(c);  // Output: 瑼

JSON:

{"text": "\u747C"}  // Value: 瑼

Python:

char = '\u747C'
print(char)  # Output: 瑼

Perl:

my $char = "\x{747C}";
print $char;  # Output: 瑼

PHP:

$char = "\x{747C}";
echo $char;  // Output: 瑼

Ruby:

char = "\u{747C}"
puts char  # Output: 瑼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#29820;</p>  <!-- Display: 瑼 -->

HTML Hexadecimal:

<p>HTML hex: &#x747C;</p>  <!-- Display: 瑼 -->

URL Encoding:

// 瑼 URL encoding
https://unicodefinder.com/search.php?query=%E7%91%BC

Encodings

MD5:

310719f0fa33d56dbcc5553b93bc6c50

SHA1:

cd55f15a9275db4b30cc1552bc095833f64144c4

Base64:

55G8