C:
char c = '\u97EC';
printf("%c\n", c); // Output: 韬
JavaScript:
const char = '\u97EC';
console.log(char); // Output: 韬
Java:
char c = '\u97EC';
System.out.println(c); // Output: 韬
JSON:
{"text": "\u97EC"} // Value: 韬
Python:
char = '\u97EC'
print(char) # Output: 韬
Perl:
my $char = "\x{97EC}";
print $char; # Output: 韬
PHP:
$char = "\x{97EC}";
echo $char; // Output: 韬
Ruby:
char = "\u{97EC}"
puts char # Output: 韬
Rust:
let c = '\u{97EC}';
println!("{}", c); // Output: 韬
Go:
char := '\u97EC'
fmt.Printf("%c\n", char) // Output: 韬
CSS:
/* CSS content property */
.element::before {
content: "\0097EC"; /* 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=%E9%9F%AC
MD5:
2d43c6ca2815011d3ef3bf53280662ae
SHA1:
21a14a7219cf3e0f69f2f9a277b4f879a27035b2
Base64:
6Z+s