Unicode Finder

"熔" U+7194(CJK UNIFIED IDEOGRAPH-7194)

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

Programming

C
\u7194
JavaScript
\u7194
Java
\u7194
Json
\u7194
Python
\u7194
Perl
\x{7194}
PHP
\x{7194}
Ruby
\u{7194}
Rust
\u{7194}
Go
\u7194

Web

CSS
\007194
HtmlDecimal
熔
HtmlHexadecimal
熔
Url
%E7%86%94

Code

MD5
af7304ab39c307bdbfec34c54812e35f
Sha1
8eecdb2d4beee4e074856265d1bd802a7f1370c9
Base64
54aU

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7194';
console.log(char);  // Output: 熔

Java:

char c = '\u7194';
System.out.println(c);  // Output: 熔

JSON:

{"text": "\u7194"}  // Value: 熔

Python:

char = '\u7194'
print(char)  # Output: 熔

Perl:

my $char = "\x{7194}";
print $char;  # Output: 熔

PHP:

$char = "\x{7194}";
echo $char;  // Output: 熔

Ruby:

char = "\u{7194}"
puts char  # Output: 熔

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007194";  /* Display: 熔 */
}

HTML Decimal:

<p>HTML decimal: &#29076;</p>  <!-- Display: 熔 -->

HTML Hexadecimal:

<p>HTML hex: &#x7194;</p>  <!-- Display: 熔 -->

URL Encoding:

// 熔 URL encoding
https://unicodefinder.com/search.php?query=%E7%86%94

Encodings

MD5:

af7304ab39c307bdbfec34c54812e35f

SHA1:

8eecdb2d4beee4e074856265d1bd802a7f1370c9

Base64:

54aU