Unicode Finder

"烹" U+70F9(CJK UNIFIED IDEOGRAPH-70F9)

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

Programming

C
\u70F9
JavaScript
\u70F9
Java
\u70F9
Json
\u70F9
Python
\u70F9
Perl
\x{70F9}
PHP
\x{70F9}
Ruby
\u{70F9}
Rust
\u{70F9}
Go
\u70F9

Web

CSS
\0070F9
HtmlDecimal
烹
HtmlHexadecimal
烹
Url
%E7%83%B9

Code

MD5
a97b0e47c727dedda8dfe0f7079d3bb2
Sha1
73f9b5b50ff35a992f670724f5821e79b813d485
Base64
54O5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u70F9';
console.log(char);  // Output: 烹

Java:

char c = '\u70F9';
System.out.println(c);  // Output: 烹

JSON:

{"text": "\u70F9"}  // Value: 烹

Python:

char = '\u70F9'
print(char)  # Output: 烹

Perl:

my $char = "\x{70F9}";
print $char;  # Output: 烹

PHP:

$char = "\x{70F9}";
echo $char;  // Output: 烹

Ruby:

char = "\u{70F9}"
puts char  # Output: 烹

Rust:

let c = '\u{70F9}';
println!("{}", c);  // Output: 烹

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0070F9";  /* Display: 烹 */
}

HTML Decimal:

<p>HTML decimal: &#28921;</p>  <!-- Display: 烹 -->

HTML Hexadecimal:

<p>HTML hex: &#x70F9;</p>  <!-- Display: 烹 -->

URL Encoding:

// 烹 URL encoding
https://unicodefinder.com/search.php?query=%E7%83%B9

Encodings

MD5:

a97b0e47c727dedda8dfe0f7079d3bb2

SHA1:

73f9b5b50ff35a992f670724f5821e79b813d485

Base64:

54O5