Unicode Finder

"烾" U+70FE(CJK UNIFIED IDEOGRAPH-70FE)

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

Programming

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

Web

CSS
\0070FE
HtmlDecimal
烾
HtmlHexadecimal
烾
Url
%E7%83%BE

Code

MD5
62f1d125cf108ac4f02421b85113c600
Sha1
f9364d6e4bfcc1f5b030dc0df8172a9602364b9c
Base64
54O+

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u70FE';
console.log(char);  // Output: 烾

Java:

char c = '\u70FE';
System.out.println(c);  // Output: 烾

JSON:

{"text": "\u70FE"}  // Value: 烾

Python:

char = '\u70FE'
print(char)  # Output: 烾

Perl:

my $char = "\x{70FE}";
print $char;  # Output: 烾

PHP:

$char = "\x{70FE}";
echo $char;  // Output: 烾

Ruby:

char = "\u{70FE}"
puts char  # Output: 烾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28926;</p>  <!-- Display: 烾 -->

HTML Hexadecimal:

<p>HTML hex: &#x70FE;</p>  <!-- Display: 烾 -->

URL Encoding:

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

Encodings

MD5:

62f1d125cf108ac4f02421b85113c600

SHA1:

f9364d6e4bfcc1f5b030dc0df8172a9602364b9c

Base64:

54O+