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