Unicode Finder

"扷" U+6277(CJK UNIFIED IDEOGRAPH-6277)

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

Programming

C
\u6277
JavaScript
\u6277
Java
\u6277
Json
\u6277
Python
\u6277
Perl
\x{6277}
PHP
\x{6277}
Ruby
\u{6277}
Rust
\u{6277}
Go
\u6277

Web

CSS
\006277
HtmlDecimal
扷
HtmlHexadecimal
扷
Url
%E6%89%B7

Code

MD5
c5784f4044209abda1bd9b39840720e4
Sha1
b5660ccaf48744b15573a57bef65781542cb7858
Base64
5om3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6277';
console.log(char);  // Output: 扷

Java:

char c = '\u6277';
System.out.println(c);  // Output: 扷

JSON:

{"text": "\u6277"}  // Value: 扷

Python:

char = '\u6277'
print(char)  # Output: 扷

Perl:

my $char = "\x{6277}";
print $char;  # Output: 扷

PHP:

$char = "\x{6277}";
echo $char;  // Output: 扷

Ruby:

char = "\u{6277}"
puts char  # Output: 扷

Rust:

let c = '\u{6277}';
println!("{}", c);  // Output: 扷

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006277";  /* Display: 扷 */
}

HTML Decimal:

<p>HTML decimal: &#25207;</p>  <!-- Display: 扷 -->

HTML Hexadecimal:

<p>HTML hex: &#x6277;</p>  <!-- Display: 扷 -->

URL Encoding:

// 扷 URL encoding
https://unicodefinder.com/search.php?query=%E6%89%B7

Encodings

MD5:

c5784f4044209abda1bd9b39840720e4

SHA1:

b5660ccaf48744b15573a57bef65781542cb7858

Base64:

5om3