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