C:
char c = '\u76F5';
printf("%c\n", c); // Output: 盵
JavaScript:
const char = '\u76F5';
console.log(char); // Output: 盵
Java:
char c = '\u76F5';
System.out.println(c); // Output: 盵
JSON:
{"text": "\u76F5"} // Value: 盵
Python:
char = '\u76F5'
print(char) # Output: 盵
Perl:
my $char = "\x{76F5}";
print $char; # Output: 盵
PHP:
$char = "\x{76F5}";
echo $char; // Output: 盵
Ruby:
char = "\u{76F5}"
puts char # Output: 盵
Rust:
let c = '\u{76F5}';
println!("{}", c); // Output: 盵
Go:
char := '\u76F5'
fmt.Printf("%c\n", char) // Output: 盵
CSS:
/* CSS content property */
.element::before {
content: "\0076F5"; /* 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=%E7%9B%B5
MD5:
02609ec700846f02a68de887c6ed7b87
SHA1:
09c6995c67bb3ac0785ed3e696b405179baabb74
Base64:
55u1