C:
char c = '\u9667';
printf("%c\n", c); // Output: 陧
JavaScript:
const char = '\u9667';
console.log(char); // Output: 陧
Java:
char c = '\u9667';
System.out.println(c); // Output: 陧
JSON:
{"text": "\u9667"} // Value: 陧
Python:
char = '\u9667'
print(char) # Output: 陧
Perl:
my $char = "\x{9667}";
print $char; # Output: 陧
PHP:
$char = "\x{9667}";
echo $char; // Output: 陧
Ruby:
char = "\u{9667}"
puts char # Output: 陧
Rust:
let c = '\u{9667}';
println!("{}", c); // Output: 陧
Go:
char := '\u9667'
fmt.Printf("%c\n", char) // Output: 陧
CSS:
/* CSS content property */
.element::before {
content: "\009667"; /* 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%A7
MD5:
359594f37a605e92e549af72203f20b0
SHA1:
1129acc7ce1f792c05b3a815cbd44e04d4d84485
Base64:
6Zmn