Unicode Finder

"培" U+57F9(CJK UNIFIED IDEOGRAPH-57F9)

U+57F9
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-57F9

Programming

C
\u57F9
JavaScript
\u57F9
Java
\u57F9
Json
\u57F9
Python
\u57F9
Perl
\x{57F9}
PHP
\x{57F9}
Ruby
\u{57F9}
Rust
\u{57F9}
Go
\u57F9

Web

CSS
\0057F9
HtmlDecimal
培
HtmlHexadecimal
培
Url
%E5%9F%B9

Code

MD5
30ee6da22d5d7b5e0e88d49cf9f79f67
Sha1
5635ea49808284e62c89c60f8cf939a3012f3ce4
Base64
5Z+5

使用示例

Programming Languages

C:

char c = '\u57F9';
printf("%c\n", c);  // Output: 培

JavaScript:

const char = '\u57F9';
console.log(char);  // Output: 培

Java:

char c = '\u57F9';
System.out.println(c);  // Output: 培

JSON:

{"text": "\u57F9"}  // Value: 培

Python:

char = '\u57F9'
print(char)  # Output: 培

Perl:

my $char = "\x{57F9}";
print $char;  # Output: 培

PHP:

$char = "\x{57F9}";
echo $char;  // Output: 培

Ruby:

char = "\u{57F9}"
puts char  # Output: 培

Rust:

let c = '\u{57F9}';
println!("{}", c);  // Output: 培

Go:

char := '\u57F9'
fmt.Printf("%c\n", char)  // Output: 培

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0057F9";  /* Display: 培 */
}

HTML Decimal:

<p>HTML decimal: &#22521;</p>  <!-- Display: 培 -->

HTML Hexadecimal:

<p>HTML hex: &#x57F9;</p>  <!-- Display: 培 -->

URL Encoding:

// 培 URL encoding
https://unicodefinder.com/search.php?query=%E5%9F%B9

Encodings

MD5:

30ee6da22d5d7b5e0e88d49cf9f79f67

SHA1:

5635ea49808284e62c89c60f8cf939a3012f3ce4

Base64:

5Z+5