Unicode Finder

"精" U+7CBE(CJK UNIFIED IDEOGRAPH-7CBE)

U+7CBE
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-7CBE

Programming

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

Web

CSS
\007CBE
HtmlDecimal
精
HtmlHexadecimal
精
Url
%E7%B2%BE

Code

MD5
02d154d71e3a9800c530cc5c64bf09b4
Sha1
fcb83b62bc0a1bb2ce158cecefe887d0926f31ca
Base64
57K+

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u7CBE';
console.log(char);  // Output: 精

Java:

char c = '\u7CBE';
System.out.println(c);  // Output: 精

JSON:

{"text": "\u7CBE"}  // Value: 精

Python:

char = '\u7CBE'
print(char)  # Output: 精

Perl:

my $char = "\x{7CBE}";
print $char;  # Output: 精

PHP:

$char = "\x{7CBE}";
echo $char;  // Output: 精

Ruby:

char = "\u{7CBE}"
puts char  # Output: 精

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#31934;</p>  <!-- Display: 精 -->

HTML Hexadecimal:

<p>HTML hex: &#x7CBE;</p>  <!-- Display: 精 -->

URL Encoding:

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

Encodings

MD5:

02d154d71e3a9800c530cc5c64bf09b4

SHA1:

fcb83b62bc0a1bb2ce158cecefe887d0926f31ca

Base64:

57K+