Unicode Finder

"稏" U+7A0F(CJK UNIFIED IDEOGRAPH-7A0F)

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

Programming

C
\u7A0F
JavaScript
\u7A0F
Java
\u7A0F
Json
\u7A0F
Python
\u7A0F
Perl
\x{7A0F}
PHP
\x{7A0F}
Ruby
\u{7A0F}
Rust
\u{7A0F}
Go
\u7A0F

Web

CSS
\007A0F
HtmlDecimal
稏
HtmlHexadecimal
稏
Url
%E7%A8%8F

Code

MD5
e8bb03bea1bd9970fc1333ea1994f4e7
Sha1
672981af1bc968a53dec6acff0f732c12eec94a2
Base64
56iP

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7A0F';
console.log(char);  // Output: 稏

Java:

char c = '\u7A0F';
System.out.println(c);  // Output: 稏

JSON:

{"text": "\u7A0F"}  // Value: 稏

Python:

char = '\u7A0F'
print(char)  # Output: 稏

Perl:

my $char = "\x{7A0F}";
print $char;  # Output: 稏

PHP:

$char = "\x{7A0F}";
echo $char;  // Output: 稏

Ruby:

char = "\u{7A0F}"
puts char  # Output: 稏

Rust:

let c = '\u{7A0F}';
println!("{}", c);  // Output: 稏

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007A0F";  /* Display: 稏 */
}

HTML Decimal:

<p>HTML decimal: &#31247;</p>  <!-- Display: 稏 -->

HTML Hexadecimal:

<p>HTML hex: &#x7A0F;</p>  <!-- Display: 稏 -->

URL Encoding:

// 稏 URL encoding
https://unicodefinder.com/search.php?query=%E7%A8%8F

Encodings

MD5:

e8bb03bea1bd9970fc1333ea1994f4e7

SHA1:

672981af1bc968a53dec6acff0f732c12eec94a2

Base64:

56iP