Unicode Finder

"焌" U+710C(CJK UNIFIED IDEOGRAPH-710C)

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

Programming

C
\u710C
JavaScript
\u710C
Java
\u710C
Json
\u710C
Python
\u710C
Perl
\x{710C}
PHP
\x{710C}
Ruby
\u{710C}
Rust
\u{710C}
Go
\u710C

Web

CSS
\00710C
HtmlDecimal
焌
HtmlHexadecimal
焌
Url
%E7%84%8C

Code

MD5
eb7eb2b01e828d9e9b9af0335bce691d
Sha1
cffe46ad62c49adb2e3584673f3a96bd16432872
Base64
54SM

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u710C';
console.log(char);  // Output: 焌

Java:

char c = '\u710C';
System.out.println(c);  // Output: 焌

JSON:

{"text": "\u710C"}  // Value: 焌

Python:

char = '\u710C'
print(char)  # Output: 焌

Perl:

my $char = "\x{710C}";
print $char;  # Output: 焌

PHP:

$char = "\x{710C}";
echo $char;  // Output: 焌

Ruby:

char = "\u{710C}"
puts char  # Output: 焌

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28940;</p>  <!-- Display: 焌 -->

HTML Hexadecimal:

<p>HTML hex: &#x710C;</p>  <!-- Display: 焌 -->

URL Encoding:

// 焌 URL encoding
https://unicodefinder.com/search.php?query=%E7%84%8C

Encodings

MD5:

eb7eb2b01e828d9e9b9af0335bce691d

SHA1:

cffe46ad62c49adb2e3584673f3a96bd16432872

Base64:

54SM