C:
char c = '\u628E';
printf("%c\n", c); // Output: 抎
JavaScript:
const char = '\u628E';
console.log(char); // Output: 抎
Java:
char c = '\u628E';
System.out.println(c); // Output: 抎
JSON:
{"text": "\u628E"} // Value: 抎
Python:
char = '\u628E'
print(char) # Output: 抎
Perl:
my $char = "\x{628E}";
print $char; # Output: 抎
PHP:
$char = "\x{628E}";
echo $char; // Output: 抎
Ruby:
char = "\u{628E}"
puts char # Output: 抎
Rust:
let c = '\u{628E}';
println!("{}", c); // Output: 抎
Go:
char := '\u628E'
fmt.Printf("%c\n", char) // Output: 抎
CSS:
/* CSS content property */
.element::before {
content: "\00628E"; /* 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%8A%8E
MD5:
d3a7be520bd6ce47a696786c79829289
SHA1:
d6b253f2880035e92151e0b07109be7368c84cf7
Base64:
5oqO