Unicode Finder

"扰" U+6270(CJK UNIFIED IDEOGRAPH-6270)

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

Programming

C
\u6270
JavaScript
\u6270
Java
\u6270
Json
\u6270
Python
\u6270
Perl
\x{6270}
PHP
\x{6270}
Ruby
\u{6270}
Rust
\u{6270}
Go
\u6270

Web

CSS
\006270
HtmlDecimal
扰
HtmlHexadecimal
扰
Url
%E6%89%B0

Code

MD5
b2b94e425a5fc379fb217e36aed9aaf2
Sha1
2a3ae1fc2e4c6a072a66223e158fa8b687640ee0
Base64
5omw

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6270';
console.log(char);  // Output: 扰

Java:

char c = '\u6270';
System.out.println(c);  // Output: 扰

JSON:

{"text": "\u6270"}  // Value: 扰

Python:

char = '\u6270'
print(char)  # Output: 扰

Perl:

my $char = "\x{6270}";
print $char;  # Output: 扰

PHP:

$char = "\x{6270}";
echo $char;  // Output: 扰

Ruby:

char = "\u{6270}"
puts char  # Output: 扰

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006270";  /* Display: 扰 */
}

HTML Decimal:

<p>HTML decimal: &#25200;</p>  <!-- Display: 扰 -->

HTML Hexadecimal:

<p>HTML hex: &#x6270;</p>  <!-- Display: 扰 -->

URL Encoding:

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

Encodings

MD5:

b2b94e425a5fc379fb217e36aed9aaf2

SHA1:

2a3ae1fc2e4c6a072a66223e158fa8b687640ee0

Base64:

5omw