C:
char c = '\u6187';
printf("%c\n", c); // Output: 憇
JavaScript:
const char = '\u6187';
console.log(char); // Output: 憇
Java:
char c = '\u6187';
System.out.println(c); // Output: 憇
JSON:
{"text": "\u6187"} // Value: 憇
Python:
char = '\u6187'
print(char) # Output: 憇
Perl:
my $char = "\x{6187}";
print $char; # Output: 憇
PHP:
$char = "\x{6187}";
echo $char; // Output: 憇
Ruby:
char = "\u{6187}"
puts char # Output: 憇
Rust:
let c = '\u{6187}';
println!("{}", c); // Output: 憇
Go:
char := '\u6187'
fmt.Printf("%c\n", char) // Output: 憇
CSS:
/* CSS content property */
.element::before {
content: "\006187"; /* 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%87
MD5:
bdd69ba0484300c82805acd6550c3ae6
SHA1:
57982fc1eaee780ee047e01037d638b88c5c9f9b
Base64:
5oaH