Unicode Finder

"瓴" U+74F4(CJK UNIFIED IDEOGRAPH-74F4)

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

Programming

C
\u74F4
JavaScript
\u74F4
Java
\u74F4
Json
\u74F4
Python
\u74F4
Perl
\x{74F4}
PHP
\x{74F4}
Ruby
\u{74F4}
Rust
\u{74F4}
Go
\u74F4

Web

CSS
\0074F4
HtmlDecimal
瓴
HtmlHexadecimal
瓴
Url
%E7%93%B4

Code

MD5
a1a2319fffedee530df466c3ad2ad509
Sha1
e3ac5f5f574918891f7230e124ee85dcc552c695
Base64
55O0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u74F4';
console.log(char);  // Output: 瓴

Java:

char c = '\u74F4';
System.out.println(c);  // Output: 瓴

JSON:

{"text": "\u74F4"}  // Value: 瓴

Python:

char = '\u74F4'
print(char)  # Output: 瓴

Perl:

my $char = "\x{74F4}";
print $char;  # Output: 瓴

PHP:

$char = "\x{74F4}";
echo $char;  // Output: 瓴

Ruby:

char = "\u{74F4}"
puts char  # Output: 瓴

Rust:

let c = '\u{74F4}';
println!("{}", c);  // Output: 瓴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0074F4";  /* Display: 瓴 */
}

HTML Decimal:

<p>HTML decimal: &#29940;</p>  <!-- Display: 瓴 -->

HTML Hexadecimal:

<p>HTML hex: &#x74F4;</p>  <!-- Display: 瓴 -->

URL Encoding:

// 瓴 URL encoding
https://unicodefinder.com/search.php?query=%E7%93%B4

Encodings

MD5:

a1a2319fffedee530df466c3ad2ad509

SHA1:

e3ac5f5f574918891f7230e124ee85dcc552c695

Base64:

55O0