Unicode Finder

"恷" U+6077(CJK UNIFIED IDEOGRAPH-6077)

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

Programming

C
\u6077
JavaScript
\u6077
Java
\u6077
Json
\u6077
Python
\u6077
Perl
\x{6077}
PHP
\x{6077}
Ruby
\u{6077}
Rust
\u{6077}
Go
\u6077

Web

CSS
\006077
HtmlDecimal
恷
HtmlHexadecimal
恷
Url
%E6%81%B7

Code

MD5
bb204a1b35323f56a9856ae2ebe91abe
Sha1
af2be0959d0cdfe6992917d852a141ec8af61e63
Base64
5oG3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6077';
console.log(char);  // Output: 恷

Java:

char c = '\u6077';
System.out.println(c);  // Output: 恷

JSON:

{"text": "\u6077"}  // Value: 恷

Python:

char = '\u6077'
print(char)  # Output: 恷

Perl:

my $char = "\x{6077}";
print $char;  # Output: 恷

PHP:

$char = "\x{6077}";
echo $char;  // Output: 恷

Ruby:

char = "\u{6077}"
puts char  # Output: 恷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006077";  /* Display: 恷 */
}

HTML Decimal:

<p>HTML decimal: &#24695;</p>  <!-- Display: 恷 -->

HTML Hexadecimal:

<p>HTML hex: &#x6077;</p>  <!-- Display: 恷 -->

URL Encoding:

// 恷 URL encoding
https://unicodefinder.com/search.php?query=%E6%81%B7

Encodings

MD5:

bb204a1b35323f56a9856ae2ebe91abe

SHA1:

af2be0959d0cdfe6992917d852a141ec8af61e63

Base64:

5oG3