C:
char c = '\u6276';
printf("%c\n", c); // Output: 扶
JavaScript:
const char = '\u6276';
console.log(char); // Output: 扶
Java:
char c = '\u6276';
System.out.println(c); // Output: 扶
JSON:
{"text": "\u6276"} // Value: 扶
Python:
char = '\u6276'
print(char) # Output: 扶
Perl:
my $char = "\x{6276}";
print $char; # Output: 扶
PHP:
$char = "\x{6276}";
echo $char; // Output: 扶
Ruby:
char = "\u{6276}"
puts char # Output: 扶
Rust:
let c = '\u{6276}';
println!("{}", c); // Output: 扶
Go:
char := '\u6276'
fmt.Printf("%c\n", char) // Output: 扶
CSS:
/* CSS content property */
.element::before {
content: "\006276"; /* 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%89%B6
MD5:
517cad3606816bd441ecc791f2c7ddeb
SHA1:
5d4cf9d07ca203bdbb9cf978a1055737ad7e42fd
Base64:
5om2