Unicode Finder

"憟" U+619F(CJK UNIFIED IDEOGRAPH-619F)

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

Programming

C
\u619F
JavaScript
\u619F
Java
\u619F
Json
\u619F
Python
\u619F
Perl
\x{619F}
PHP
\x{619F}
Ruby
\u{619F}
Rust
\u{619F}
Go
\u619F

Web

CSS
\00619F
HtmlDecimal
憟
HtmlHexadecimal
憟
Url
%E6%86%9F

Code

MD5
6450982802bd48613780e2dd95e2f917
Sha1
00737cf4cd089299268b5edded6b20cd81abedc4
Base64
5oaf

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u619F';
console.log(char);  // Output: 憟

Java:

char c = '\u619F';
System.out.println(c);  // Output: 憟

JSON:

{"text": "\u619F"}  // Value: 憟

Python:

char = '\u619F'
print(char)  # Output: 憟

Perl:

my $char = "\x{619F}";
print $char;  # Output: 憟

PHP:

$char = "\x{619F}";
echo $char;  // Output: 憟

Ruby:

char = "\u{619F}"
puts char  # Output: 憟

Rust:

let c = '\u{619F}';
println!("{}", c);  // Output: 憟

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00619F";  /* Display: 憟 */
}

HTML Decimal:

<p>HTML decimal: &#24991;</p>  <!-- Display: 憟 -->

HTML Hexadecimal:

<p>HTML hex: &#x619F;</p>  <!-- Display: 憟 -->

URL Encoding:

// 憟 URL encoding
https://unicodefinder.com/search.php?query=%E6%86%9F

Encodings

MD5:

6450982802bd48613780e2dd95e2f917

SHA1:

00737cf4cd089299268b5edded6b20cd81abedc4

Base64:

5oaf