C:
char c = '\u6BB0';
printf("%c\n", c); // Output: 殰
JavaScript:
const char = '\u6BB0';
console.log(char); // Output: 殰
Java:
char c = '\u6BB0';
System.out.println(c); // Output: 殰
JSON:
{"text": "\u6BB0"} // Value: 殰
Python:
char = '\u6BB0'
print(char) # Output: 殰
Perl:
my $char = "\x{6BB0}";
print $char; # Output: 殰
PHP:
$char = "\x{6BB0}";
echo $char; // Output: 殰
Ruby:
char = "\u{6BB0}"
puts char # Output: 殰
Rust:
let c = '\u{6BB0}';
println!("{}", c); // Output: 殰
Go:
char := '\u6BB0'
fmt.Printf("%c\n", char) // Output: 殰
CSS:
/* CSS content property */
.element::before {
content: "\006BB0"; /* 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=%E6%AE%B0
MD5:
f4743c829dc26bbdb864b3d7485de743
SHA1:
e7a478511b1ba1c8d58a2707dcb5a269aa351463
Base64:
5q6w