C:
char c = '\u986E';
printf("%c\n", c); // Output: 顮
JavaScript:
const char = '\u986E';
console.log(char); // Output: 顮
Java:
char c = '\u986E';
System.out.println(c); // Output: 顮
JSON:
{"text": "\u986E"} // Value: 顮
Python:
char = '\u986E'
print(char) # Output: 顮
Perl:
my $char = "\x{986E}";
print $char; # Output: 顮
PHP:
$char = "\x{986E}";
echo $char; // Output: 顮
Ruby:
char = "\u{986E}"
puts char # Output: 顮
Rust:
let c = '\u{986E}';
println!("{}", c); // Output: 顮
Go:
char := '\u986E'
fmt.Printf("%c\n", char) // Output: 顮
CSS:
/* CSS content property */
.element::before {
content: "\00986E"; /* 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%AE
MD5:
f3e406db4f16dad1fa0c174769c0db8f
SHA1:
8dff47a78b056ca93b1faf43842146c560e4cd00
Base64:
6aGu