C:
char c = '\u827C';
printf("%c\n", c); // Output: 艼
JavaScript:
const char = '\u827C';
console.log(char); // Output: 艼
Java:
char c = '\u827C';
System.out.println(c); // Output: 艼
JSON:
{"text": "\u827C"} // Value: 艼
Python:
char = '\u827C'
print(char) # Output: 艼
Perl:
my $char = "\x{827C}";
print $char; # Output: 艼
PHP:
$char = "\x{827C}";
echo $char; // Output: 艼
Ruby:
char = "\u{827C}"
puts char # Output: 艼
Rust:
let c = '\u{827C}';
println!("{}", c); // Output: 艼
Go:
char := '\u827C'
fmt.Printf("%c\n", char) // Output: 艼
CSS:
/* CSS content property */
.element::before {
content: "\00827C"; /* 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%BC
MD5:
61173d3382a11d10351695c02c98342e
SHA1:
b4f85e762dffc03ee57546f4da5a2e8b645653dc
Base64:
6Im8