C:
char c = '\u6184';
printf("%c\n", c); // Output: 憄
JavaScript:
const char = '\u6184';
console.log(char); // Output: 憄
Java:
char c = '\u6184';
System.out.println(c); // Output: 憄
JSON:
{"text": "\u6184"} // Value: 憄
Python:
char = '\u6184'
print(char) # Output: 憄
Perl:
my $char = "\x{6184}";
print $char; # Output: 憄
PHP:
$char = "\x{6184}";
echo $char; // Output: 憄
Ruby:
char = "\u{6184}"
puts char # Output: 憄
Rust:
let c = '\u{6184}';
println!("{}", c); // Output: 憄
Go:
char := '\u6184'
fmt.Printf("%c\n", char) // Output: 憄
CSS:
/* CSS content property */
.element::before {
content: "\006184"; /* 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%84
MD5:
55cf6a5b0f51b50a1e0cff187d28187d
SHA1:
bea5d2297b028bde5df05d660a7dde05a7443e0e
Base64:
5oaE