C:
char c = '\u8879';
printf("%c\n", c); // Output: 衹
JavaScript:
const char = '\u8879';
console.log(char); // Output: 衹
Java:
char c = '\u8879';
System.out.println(c); // Output: 衹
JSON:
{"text": "\u8879"} // Value: 衹
Python:
char = '\u8879'
print(char) # Output: 衹
Perl:
my $char = "\x{8879}";
print $char; # Output: 衹
PHP:
$char = "\x{8879}";
echo $char; // Output: 衹
Ruby:
char = "\u{8879}"
puts char # Output: 衹
Rust:
let c = '\u{8879}';
println!("{}", c); // Output: 衹
Go:
char := '\u8879'
fmt.Printf("%c\n", char) // Output: 衹
CSS:
/* CSS content property */
.element::before {
content: "\008879"; /* 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%A1%B9
MD5:
11f406c8ca18c14dd6264b2c491a1ae1
SHA1:
155dc38b99fb4da23255bc3b72ff35e5e6327db3
Base64:
6KG5