C:
char c = '\u6B6C';
printf("%c\n", c); // Output: 歬
JavaScript:
const char = '\u6B6C';
console.log(char); // Output: 歬
Java:
char c = '\u6B6C';
System.out.println(c); // Output: 歬
JSON:
{"text": "\u6B6C"} // Value: 歬
Python:
char = '\u6B6C'
print(char) # Output: 歬
Perl:
my $char = "\x{6B6C}";
print $char; # Output: 歬
PHP:
$char = "\x{6B6C}";
echo $char; // Output: 歬
Ruby:
char = "\u{6B6C}"
puts char # Output: 歬
Rust:
let c = '\u{6B6C}';
println!("{}", c); // Output: 歬
Go:
char := '\u6B6C'
fmt.Printf("%c\n", char) // Output: 歬
CSS:
/* CSS content property */
.element::before {
content: "\006B6C"; /* 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%AD%AC
MD5:
674dbc7bbbafa6ddbf4f6376ccc41457
SHA1:
cf776ff8db029bbce0fa034d18b973a98b102bd3
Base64:
5q2s