C:
char c = '\u812C';
printf("%c\n", c); // Output: 脬
JavaScript:
const char = '\u812C';
console.log(char); // Output: 脬
Java:
char c = '\u812C';
System.out.println(c); // Output: 脬
JSON:
{"text": "\u812C"} // Value: 脬
Python:
char = '\u812C'
print(char) # Output: 脬
Perl:
my $char = "\x{812C}";
print $char; # Output: 脬
PHP:
$char = "\x{812C}";
echo $char; // Output: 脬
Ruby:
char = "\u{812C}"
puts char # Output: 脬
Rust:
let c = '\u{812C}';
println!("{}", c); // Output: 脬
Go:
char := '\u812C'
fmt.Printf("%c\n", char) // Output: 脬
CSS:
/* CSS content property */
.element::before {
content: "\00812C"; /* 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%84%AC
MD5:
e2189c130009100b082136d361d146d9
SHA1:
22164972db82054d2017894fd60f02e125ab7f15
Base64:
6ISs