C:
char c = '\u967E';
printf("%c\n", c); // Output: 陾
JavaScript:
const char = '\u967E';
console.log(char); // Output: 陾
Java:
char c = '\u967E';
System.out.println(c); // Output: 陾
JSON:
{"text": "\u967E"} // Value: 陾
Python:
char = '\u967E'
print(char) # Output: 陾
Perl:
my $char = "\x{967E}";
print $char; # Output: 陾
PHP:
$char = "\x{967E}";
echo $char; // Output: 陾
Ruby:
char = "\u{967E}"
puts char # Output: 陾
Rust:
let c = '\u{967E}';
println!("{}", c); // Output: 陾
Go:
char := '\u967E'
fmt.Printf("%c\n", char) // Output: 陾
CSS:
/* CSS content property */
.element::before {
content: "\00967E"; /* 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%99%BE
MD5:
657cbb42e4e42e0b16803e1af5b4a9c6
SHA1:
8f2590309dff11d3a86ab8f5cd4b2070703f7e41
Base64:
6Zm+