C:
char c = '\u76FE';
printf("%c\n", c); // Output: 盾
JavaScript:
const char = '\u76FE';
console.log(char); // Output: 盾
Java:
char c = '\u76FE';
System.out.println(c); // Output: 盾
JSON:
{"text": "\u76FE"} // Value: 盾
Python:
char = '\u76FE'
print(char) # Output: 盾
Perl:
my $char = "\x{76FE}";
print $char; # Output: 盾
PHP:
$char = "\x{76FE}";
echo $char; // Output: 盾
Ruby:
char = "\u{76FE}"
puts char # Output: 盾
Rust:
let c = '\u{76FE}';
println!("{}", c); // Output: 盾
Go:
char := '\u76FE'
fmt.Printf("%c\n", char) // Output: 盾
CSS:
/* CSS content property */
.element::before {
content: "\0076FE"; /* 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%BE
MD5:
ddb6bd8dfa8c654721592528f0911a42
SHA1:
4dd9294514d2fd6a89fb357b4e21ded3dd080e0c
Base64:
55u+