C:
char c = '\u68B8';
printf("%c\n", c); // Output: 梸
JavaScript:
const char = '\u68B8';
console.log(char); // Output: 梸
Java:
char c = '\u68B8';
System.out.println(c); // Output: 梸
JSON:
{"text": "\u68B8"} // Value: 梸
Python:
char = '\u68B8'
print(char) # Output: 梸
Perl:
my $char = "\x{68B8}";
print $char; # Output: 梸
PHP:
$char = "\x{68B8}";
echo $char; // Output: 梸
Ruby:
char = "\u{68B8}"
puts char # Output: 梸
Rust:
let c = '\u{68B8}';
println!("{}", c); // Output: 梸
Go:
char := '\u68B8'
fmt.Printf("%c\n", char) // Output: 梸
CSS:
/* CSS content property */
.element::before {
content: "\0068B8"; /* 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%B8
MD5:
cb0249db9f721ca615595e1084934b6c
SHA1:
ed34f30a5916dfcc2fd781f77592b92f3e878d2c
Base64:
5qK4