Unicode Finder

"憝" U+619D(CJK UNIFIED IDEOGRAPH-619D)

U+619D
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-619D

Programming

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

Web

CSS
\00619D
HtmlDecimal
憝
HtmlHexadecimal
憝
Url
%E6%86%9D

Code

MD5
ca0fcfe6b763297197fb5306f25620cc
Sha1
fc7d44ff686f8ed983085f221658a11050e69f26
Base64
5oad

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u619D';
console.log(char);  // Output: 憝

Java:

char c = '\u619D';
System.out.println(c);  // Output: 憝

JSON:

{"text": "\u619D"}  // Value: 憝

Python:

char = '\u619D'
print(char)  # Output: 憝

Perl:

my $char = "\x{619D}";
print $char;  # Output: 憝

PHP:

$char = "\x{619D}";
echo $char;  // Output: 憝

Ruby:

char = "\u{619D}"
puts char  # Output: 憝

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#24989;</p>  <!-- Display: 憝 -->

HTML Hexadecimal:

<p>HTML hex: &#x619D;</p>  <!-- Display: 憝 -->

URL Encoding:

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

Encodings

MD5:

ca0fcfe6b763297197fb5306f25620cc

SHA1:

fc7d44ff686f8ed983085f221658a11050e69f26

Base64:

5oad