Unicode Finder

"憅" U+6185(CJK UNIFIED IDEOGRAPH-6185)

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

Programming

C
\u6185
JavaScript
\u6185
Java
\u6185
Json
\u6185
Python
\u6185
Perl
\x{6185}
PHP
\x{6185}
Ruby
\u{6185}
Rust
\u{6185}
Go
\u6185

Web

CSS
\006185
HtmlDecimal
憅
HtmlHexadecimal
憅
Url
%E6%86%85

Code

MD5
68c719340a9216a56fa247c6d6fff0e6
Sha1
552d63f646908f8de852063d6a3c8469ea25ffb7
Base64
5oaF

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6185';
console.log(char);  // Output: 憅

Java:

char c = '\u6185';
System.out.println(c);  // Output: 憅

JSON:

{"text": "\u6185"}  // Value: 憅

Python:

char = '\u6185'
print(char)  # Output: 憅

Perl:

my $char = "\x{6185}";
print $char;  # Output: 憅

PHP:

$char = "\x{6185}";
echo $char;  // Output: 憅

Ruby:

char = "\u{6185}"
puts char  # Output: 憅

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006185";  /* Display: 憅 */
}

HTML Decimal:

<p>HTML decimal: &#24965;</p>  <!-- Display: 憅 -->

HTML Hexadecimal:

<p>HTML hex: &#x6185;</p>  <!-- Display: 憅 -->

URL Encoding:

// 憅 URL encoding
https://unicodefinder.com/search.php?query=%E6%86%85

Encodings

MD5:

68c719340a9216a56fa247c6d6fff0e6

SHA1:

552d63f646908f8de852063d6a3c8469ea25ffb7

Base64:

5oaF