C:
char c = '\u8275';
printf("%c\n", c); // Output: 艵
JavaScript:
const char = '\u8275';
console.log(char); // Output: 艵
Java:
char c = '\u8275';
System.out.println(c); // Output: 艵
JSON:
{"text": "\u8275"} // Value: 艵
Python:
char = '\u8275'
print(char) # Output: 艵
Perl:
my $char = "\x{8275}";
print $char; # Output: 艵
PHP:
$char = "\x{8275}";
echo $char; // Output: 艵
Ruby:
char = "\u{8275}"
puts char # Output: 艵
Rust:
let c = '\u{8275}';
println!("{}", c); // Output: 艵
Go:
char := '\u8275'
fmt.Printf("%c\n", char) // Output: 艵
CSS:
/* CSS content property */
.element::before {
content: "\008275"; /* 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=%E8%89%B5
MD5:
90312b25da07553b55b2f4108d219975
SHA1:
6f6dcd4ed14e182d13ed07b228fadae27daccda3
Base64:
6Im1