Unicode Finder

"჻" U+10FB(GEORGIAN PARAGRAPH SEPARATOR)

U+10FB
ब्लॉक का नाम
Georgian
नाम
GEORGIAN PARAGRAPH SEPARATOR

Programming

C
\u10FB
JavaScript
\u10FB
Java
\u10FB
Json
\u10FB
Python
\u10FB
Perl
\x{10FB}
PHP
\x{10FB}
Ruby
\u{10FB}
Rust
\u{10FB}
Go
\u10FB

Web

CSS
\0010FB
HtmlDecimal
჻
HtmlHexadecimal
჻
Url
%E1%83%BB

Code

MD5
ee528aa795df79907d13da4decc173b1
Sha1
fe50ee65fd3dab2c88bee8e975bd2ee7ab760af7
Base64
4YO7

उपयोग के उदाहरण

Programming Languages

C:

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

JavaScript:

const char = '\u10FB';
console.log(char);  // Output: ჻

Java:

char c = '\u10FB';
System.out.println(c);  // Output: ჻

JSON:

{"text": "\u10FB"}  // Value: ჻

Python:

char = '\u10FB'
print(char)  # Output: ჻

Perl:

my $char = "\x{10FB}";
print $char;  # Output: ჻

PHP:

$char = "\x{10FB}";
echo $char;  // Output: ჻

Ruby:

char = "\u{10FB}"
puts char  # Output: ჻

Rust:

let c = '\u{10FB}';
println!("{}", c);  // Output: ჻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0010FB";  /* Display: ჻ */
}

HTML Decimal:

<p>HTML decimal: &#4347;</p>  <!-- Display: ჻ -->

HTML Hexadecimal:

<p>HTML hex: &#x10FB;</p>  <!-- Display: ჻ -->

URL Encoding:

// ჻ URL encoding
https://unicodefinder.com/search.php?query=%E1%83%BB

Encodings

MD5:

ee528aa795df79907d13da4decc173b1

SHA1:

fe50ee65fd3dab2c88bee8e975bd2ee7ab760af7

Base64:

4YO7