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