C:
char c = '\u6219';
printf("%c\n", c); // Output: 戙
JavaScript:
const char = '\u6219';
console.log(char); // Output: 戙
Java:
char c = '\u6219';
System.out.println(c); // Output: 戙
JSON:
{"text": "\u6219"} // Value: 戙
Python:
char = '\u6219'
print(char) # Output: 戙
Perl:
my $char = "\x{6219}";
print $char; # Output: 戙
PHP:
$char = "\x{6219}";
echo $char; // Output: 戙
Ruby:
char = "\u{6219}"
puts char # Output: 戙
Rust:
let c = '\u{6219}';
println!("{}", c); // Output: 戙
Go:
char := '\u6219'
fmt.Printf("%c\n", char) // Output: 戙
CSS:
/* CSS content property */
.element::before {
content: "\006219"; /* 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%99
MD5:
0c50491bff4ee856c338627a079860b0
SHA1:
2c2973b0e9e5fd411e4623440b2db44e08f7845b
Base64:
5oiZ