C:
char c = '\u621A';
printf("%c\n", c); // Output: 戚
JavaScript:
const char = '\u621A';
console.log(char); // Output: 戚
Java:
char c = '\u621A';
System.out.println(c); // Output: 戚
JSON:
{"text": "\u621A"} // Value: 戚
Python:
char = '\u621A'
print(char) # Output: 戚
Perl:
my $char = "\x{621A}";
print $char; # Output: 戚
PHP:
$char = "\x{621A}";
echo $char; // Output: 戚
Ruby:
char = "\u{621A}"
puts char # Output: 戚
Rust:
let c = '\u{621A}';
println!("{}", c); // Output: 戚
Go:
char := '\u621A'
fmt.Printf("%c\n", char) // Output: 戚
CSS:
/* CSS content property */
.element::before {
content: "\00621A"; /* 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%9A
MD5:
098a53b240340f15d50edf53a5da0010
SHA1:
88e96db1d3eeb423ebfafa159b3c9c663f6327c7
Base64:
5oia