Unicode Finder

"懹" U+61F9(CJK UNIFIED IDEOGRAPH-61F9)

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

Programming

C
\u61F9
JavaScript
\u61F9
Java
\u61F9
Json
\u61F9
Python
\u61F9
Perl
\x{61F9}
PHP
\x{61F9}
Ruby
\u{61F9}
Rust
\u{61F9}
Go
\u61F9

Web

CSS
\0061F9
HtmlDecimal
懹
HtmlHexadecimal
懹
Url
%E6%87%B9

Code

MD5
208c74867edb0eef55cabe861dbc4081
Sha1
a30fb4fd7c2cb07acf19c1d69f9fee836c37dc43
Base64
5oe5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u61F9';
console.log(char);  // Output: 懹

Java:

char c = '\u61F9';
System.out.println(c);  // Output: 懹

JSON:

{"text": "\u61F9"}  // Value: 懹

Python:

char = '\u61F9'
print(char)  # Output: 懹

Perl:

my $char = "\x{61F9}";
print $char;  # Output: 懹

PHP:

$char = "\x{61F9}";
echo $char;  // Output: 懹

Ruby:

char = "\u{61F9}"
puts char  # Output: 懹

Rust:

let c = '\u{61F9}';
println!("{}", c);  // Output: 懹

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0061F9";  /* Display: 懹 */
}

HTML Decimal:

<p>HTML decimal: &#25081;</p>  <!-- Display: 懹 -->

HTML Hexadecimal:

<p>HTML hex: &#x61F9;</p>  <!-- Display: 懹 -->

URL Encoding:

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

Encodings

MD5:

208c74867edb0eef55cabe861dbc4081

SHA1:

a30fb4fd7c2cb07acf19c1d69f9fee836c37dc43

Base64:

5oe5