C:
char c = '\u6186';
printf("%c\n", c); // Output: 憆
JavaScript:
const char = '\u6186';
console.log(char); // Output: 憆
Java:
char c = '\u6186';
System.out.println(c); // Output: 憆
JSON:
{"text": "\u6186"} // Value: 憆
Python:
char = '\u6186'
print(char) # Output: 憆
Perl:
my $char = "\x{6186}";
print $char; # Output: 憆
PHP:
$char = "\x{6186}";
echo $char; // Output: 憆
Ruby:
char = "\u{6186}"
puts char # Output: 憆
Rust:
let c = '\u{6186}';
println!("{}", c); // Output: 憆
Go:
char := '\u6186'
fmt.Printf("%c\n", char) // Output: 憆
CSS:
/* CSS content property */
.element::before {
content: "\006186"; /* Display: 憆 */
}
HTML Decimal:
<p>HTML decimal: 憆</p> <!-- Display: 憆 -->
HTML Hexadecimal:
<p>HTML hex: 憆</p> <!-- Display: 憆 -->
URL Encoding:
// 憆 URL encoding
https://unicodefinder.com/search.php?query=%E6%86%86
MD5:
6f46769d9884a7e37663573834a83be2
SHA1:
9fc3e922cc67a9d8ceafef1115631843dc85495d
Base64:
5oaG