Unicode Finder

"楹" U+6979(CJK UNIFIED IDEOGRAPH-6979)

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

Programming

C
\u6979
JavaScript
\u6979
Java
\u6979
Json
\u6979
Python
\u6979
Perl
\x{6979}
PHP
\x{6979}
Ruby
\u{6979}
Rust
\u{6979}
Go
\u6979

Web

CSS
\006979
HtmlDecimal
楹
HtmlHexadecimal
楹
Url
%E6%A5%B9

Code

MD5
f6c7d75a6b96f9b1f889e02da57e0232
Sha1
5b072eba9f735c9f24b835d103b13cf2c517f1fe
Base64
5qW5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6979';
console.log(char);  // Output: 楹

Java:

char c = '\u6979';
System.out.println(c);  // Output: 楹

JSON:

{"text": "\u6979"}  // Value: 楹

Python:

char = '\u6979'
print(char)  # Output: 楹

Perl:

my $char = "\x{6979}";
print $char;  # Output: 楹

PHP:

$char = "\x{6979}";
echo $char;  // Output: 楹

Ruby:

char = "\u{6979}"
puts char  # Output: 楹

Rust:

let c = '\u{6979}';
println!("{}", c);  // Output: 楹

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006979";  /* Display: 楹 */
}

HTML Decimal:

<p>HTML decimal: &#27001;</p>  <!-- Display: 楹 -->

HTML Hexadecimal:

<p>HTML hex: &#x6979;</p>  <!-- Display: 楹 -->

URL Encoding:

// 楹 URL encoding
https://unicodefinder.com/search.php?query=%E6%A5%B9

Encodings

MD5:

f6c7d75a6b96f9b1f889e02da57e0232

SHA1:

5b072eba9f735c9f24b835d103b13cf2c517f1fe

Base64:

5qW5