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