C:
char c = '\u6204';
printf("%c\n", c); // Output: 戄
JavaScript:
const char = '\u6204';
console.log(char); // Output: 戄
Java:
char c = '\u6204';
System.out.println(c); // Output: 戄
JSON:
{"text": "\u6204"} // Value: 戄
Python:
char = '\u6204'
print(char) # Output: 戄
Perl:
my $char = "\x{6204}";
print $char; # Output: 戄
PHP:
$char = "\x{6204}";
echo $char; // Output: 戄
Ruby:
char = "\u{6204}"
puts char # Output: 戄
Rust:
let c = '\u{6204}';
println!("{}", c); // Output: 戄
Go:
char := '\u6204'
fmt.Printf("%c\n", char) // Output: 戄
CSS:
/* CSS content property */
.element::before {
content: "\006204"; /* 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%84
MD5:
488f3255c8d281c2edf9b3d39e4dd742
SHA1:
65e0dec40ee98d8825a77aa472688394c29566eb
Base64:
5oiE