C:
char c = '\u986B';
printf("%c\n", c); // Output: 顫
JavaScript:
const char = '\u986B';
console.log(char); // Output: 顫
Java:
char c = '\u986B';
System.out.println(c); // Output: 顫
JSON:
{"text": "\u986B"} // Value: 顫
Python:
char = '\u986B'
print(char) # Output: 顫
Perl:
my $char = "\x{986B}";
print $char; # Output: 顫
PHP:
$char = "\x{986B}";
echo $char; // Output: 顫
Ruby:
char = "\u{986B}"
puts char # Output: 顫
Rust:
let c = '\u{986B}';
println!("{}", c); // Output: 顫
Go:
char := '\u986B'
fmt.Printf("%c\n", char) // Output: 顫
CSS:
/* CSS content property */
.element::before {
content: "\00986B"; /* 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=%E9%A1%AB
MD5:
cdc458475c2d0a8de583ebda06ce036c
SHA1:
919b68081b8703b3cc5f00c32c167fe130dd0522
Base64:
6aGr