Unicode Finder

"愾" U+613E(CJK UNIFIED IDEOGRAPH-613E)

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

Programming

C
\u613E
JavaScript
\u613E
Java
\u613E
Json
\u613E
Python
\u613E
Perl
\x{613E}
PHP
\x{613E}
Ruby
\u{613E}
Rust
\u{613E}
Go
\u613E

Web

CSS
\00613E
HtmlDecimal
愾
HtmlHexadecimal
愾
Url
%E6%84%BE

Code

MD5
62cf1a76daea25c9d8cb91d769b14d8c
Sha1
cbf5c4392b73d0f360aaaf79782662037940d699
Base64
5oS+

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u613E';
console.log(char);  // Output: 愾

Java:

char c = '\u613E';
System.out.println(c);  // Output: 愾

JSON:

{"text": "\u613E"}  // Value: 愾

Python:

char = '\u613E'
print(char)  # Output: 愾

Perl:

my $char = "\x{613E}";
print $char;  # Output: 愾

PHP:

$char = "\x{613E}";
echo $char;  // Output: 愾

Ruby:

char = "\u{613E}"
puts char  # Output: 愾

Rust:

let c = '\u{613E}';
println!("{}", c);  // Output: 愾

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00613E";  /* Display: 愾 */
}

HTML Decimal:

<p>HTML decimal: &#24894;</p>  <!-- Display: 愾 -->

HTML Hexadecimal:

<p>HTML hex: &#x613E;</p>  <!-- Display: 愾 -->

URL Encoding:

// 愾 URL encoding
https://unicodefinder.com/search.php?query=%E6%84%BE

Encodings

MD5:

62cf1a76daea25c9d8cb91d769b14d8c

SHA1:

cbf5c4392b73d0f360aaaf79782662037940d699

Base64:

5oS+