C:
char c = '\u6285';
printf("%c\n", c); // Output: 抅
JavaScript:
const char = '\u6285';
console.log(char); // Output: 抅
Java:
char c = '\u6285';
System.out.println(c); // Output: 抅
JSON:
{"text": "\u6285"} // Value: 抅
Python:
char = '\u6285'
print(char) # Output: 抅
Perl:
my $char = "\x{6285}";
print $char; # Output: 抅
PHP:
$char = "\x{6285}";
echo $char; // Output: 抅
Ruby:
char = "\u{6285}"
puts char # Output: 抅
Rust:
let c = '\u{6285}';
println!("{}", c); // Output: 抅
Go:
char := '\u6285'
fmt.Printf("%c\n", char) // Output: 抅
CSS:
/* CSS content property */
.element::before {
content: "\006285"; /* 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%85
MD5:
0a8bd77441c0317bbcd6a517ac102f03
SHA1:
60001ed819ff6a8abeccbed127d51dd4dad56913
Base64:
5oqF