C:
char c = '\u688A';
printf("%c\n", c); // Output: 梊
JavaScript:
const char = '\u688A';
console.log(char); // Output: 梊
Java:
char c = '\u688A';
System.out.println(c); // Output: 梊
JSON:
{"text": "\u688A"} // Value: 梊
Python:
char = '\u688A'
print(char) # Output: 梊
Perl:
my $char = "\x{688A}";
print $char; # Output: 梊
PHP:
$char = "\x{688A}";
echo $char; // Output: 梊
Ruby:
char = "\u{688A}"
puts char # Output: 梊
Rust:
let c = '\u{688A}';
println!("{}", c); // Output: 梊
Go:
char := '\u688A'
fmt.Printf("%c\n", char) // Output: 梊
CSS:
/* CSS content property */
.element::before {
content: "\00688A"; /* 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%A2%8A
MD5:
75bf463873563c93fd37c08bdd92fe0b
SHA1:
9f792479a2df88ccf9b2599d42b726c81a2fde57
Base64:
5qKK