C:
char c = '\u623A';
printf("%c\n", c); // Output: 戺
JavaScript:
const char = '\u623A';
console.log(char); // Output: 戺
Java:
char c = '\u623A';
System.out.println(c); // Output: 戺
JSON:
{"text": "\u623A"} // Value: 戺
Python:
char = '\u623A'
print(char) # Output: 戺
Perl:
my $char = "\x{623A}";
print $char; # Output: 戺
PHP:
$char = "\x{623A}";
echo $char; // Output: 戺
Ruby:
char = "\u{623A}"
puts char # Output: 戺
Rust:
let c = '\u{623A}';
println!("{}", c); // Output: 戺
Go:
char := '\u623A'
fmt.Printf("%c\n", char) // Output: 戺
CSS:
/* CSS content property */
.element::before {
content: "\00623A"; /* 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=%E6%88%BA
MD5:
4773cfd6a5cffc2af1b366a3e8b94c2d
SHA1:
8fdab51b701d57dddec2210d8fb5019f08f6237e
Base64:
5oi6