C:
char c = '\u86AB';
printf("%c\n", c); // Output: 蚫
JavaScript:
const char = '\u86AB';
console.log(char); // Output: 蚫
Java:
char c = '\u86AB';
System.out.println(c); // Output: 蚫
JSON:
{"text": "\u86AB"} // Value: 蚫
Python:
char = '\u86AB'
print(char) # Output: 蚫
Perl:
my $char = "\x{86AB}";
print $char; # Output: 蚫
PHP:
$char = "\x{86AB}";
echo $char; // Output: 蚫
Ruby:
char = "\u{86AB}"
puts char # Output: 蚫
Rust:
let c = '\u{86AB}';
println!("{}", c); // Output: 蚫
Go:
char := '\u86AB'
fmt.Printf("%c\n", char) // Output: 蚫
CSS:
/* CSS content property */
.element::before {
content: "\0086AB"; /* 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%9A%AB
MD5:
63782fa110c011ac6d6ada8ade5a7798
SHA1:
c491fe64e153eb696aeb0b9bb2756fb8c40e4168
Base64:
6Jqr