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