C:
char c = '\u6991';
printf("%c\n", c); // Output: 榑
JavaScript:
const char = '\u6991';
console.log(char); // Output: 榑
Java:
char c = '\u6991';
System.out.println(c); // Output: 榑
JSON:
{"text": "\u6991"} // Value: 榑
Python:
char = '\u6991'
print(char) # Output: 榑
Perl:
my $char = "\x{6991}";
print $char; # Output: 榑
PHP:
$char = "\x{6991}";
echo $char; // Output: 榑
Ruby:
char = "\u{6991}"
puts char # Output: 榑
Rust:
let c = '\u{6991}';
println!("{}", c); // Output: 榑
Go:
char := '\u6991'
fmt.Printf("%c\n", char) // Output: 榑
CSS:
/* CSS content property */
.element::before {
content: "\006991"; /* 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%A6%91
MD5:
3a7c1d58379ff0541e751d4174b275eb
SHA1:
5140d63cbf58e4475ead0c45fe8e83eba4aa5ee3
Base64:
5qaR