C:
char c = '\u6A7A';
printf("%c\n", c); // Output: 橺
JavaScript:
const char = '\u6A7A';
console.log(char); // Output: 橺
Java:
char c = '\u6A7A';
System.out.println(c); // Output: 橺
JSON:
{"text": "\u6A7A"} // Value: 橺
Python:
char = '\u6A7A'
print(char) # Output: 橺
Perl:
my $char = "\x{6A7A}";
print $char; # Output: 橺
PHP:
$char = "\x{6A7A}";
echo $char; // Output: 橺
Ruby:
char = "\u{6A7A}"
puts char # Output: 橺
Rust:
let c = '\u{6A7A}';
println!("{}", c); // Output: 橺
Go:
char := '\u6A7A'
fmt.Printf("%c\n", char) // Output: 橺
CSS:
/* CSS content property */
.element::before {
content: "\006A7A"; /* 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%A9%BA
MD5:
23c371f3f6d5dac0fa505ff131c28405
SHA1:
3e7c9e2f8d78529124591ec35d330d342d0449da
Base64:
5qm6