C:
char c = '\u4FB9';
printf("%c\n", c); // Output: 侹
JavaScript:
const char = '\u4FB9';
console.log(char); // Output: 侹
Java:
char c = '\u4FB9';
System.out.println(c); // Output: 侹
JSON:
{"text": "\u4FB9"} // Value: 侹
Python:
char = '\u4FB9'
print(char) # Output: 侹
Perl:
my $char = "\x{4FB9}";
print $char; # Output: 侹
PHP:
$char = "\x{4FB9}";
echo $char; // Output: 侹
Ruby:
char = "\u{4FB9}"
puts char # Output: 侹
Rust:
let c = '\u{4FB9}';
println!("{}", c); // Output: 侹
Go:
char := '\u4FB9'
fmt.Printf("%c\n", char) // Output: 侹
CSS:
/* CSS content property */
.element::before {
content: "\004FB9"; /* 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=%E4%BE%B9
MD5:
b2492d40d78db5aea7250a93b6f36df1
SHA1:
bbc15045ecea162ce7e033bb9280213c4a0aaaa6
Base64:
5L65